You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* apply llvm-namespace-comment
* Make jinja2cpp compilable under clang 12 with -std=c++20
the problem arose from the fact that libfmt switched to consteval check of format
string(that is great, but makes us obliged to provide format_to with
constexpr format_string or fmt::runtime overload)
unfortunatelly I couldn't make it work with constexpr std::string
so multistringliteral returns std::basic_string_view except for cases
where it needs std::string
fix#213
0 commit comments