We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24ef63 commit 9619370Copy full SHA for 9619370
README.md
@@ -107,7 +107,7 @@ Compiler must support N3599 extension (as GNU extension in gcc and clang) or C++
107
108
Because current MSVC doesn't support custom templated string literals or NTTP, you need to use workaround:
109
110
-```
+```c++
111
static constexpr inline auto pattern = ctll::basic_fixed_string{ "h.*" };
112
113
constexpr auto match(std::string_view sv) noexcept {
0 commit comments