Skip to content

Commit 9619370

Browse files
author
Hana Dusíková
committed
added c++ highlighting to snippet
1 parent e24ef63 commit 9619370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Compiler must support N3599 extension (as GNU extension in gcc and clang) or C++
107107

108108
Because current MSVC doesn't support custom templated string literals or NTTP, you need to use workaround:
109109

110-
```
110+
```c++
111111
static constexpr inline auto pattern = ctll::basic_fixed_string{ "h.*" };
112112

113113
constexpr auto match(std::string_view sv) noexcept {

0 commit comments

Comments
 (0)