We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7527 commit ef125bdCopy full SHA for ef125bd
README.md
@@ -24,7 +24,7 @@ ctre::match<"REGEX">(subject); // C++20
24
25
* clang 5.0+ (template UDL, C++17 syntax)
26
* gcc 7.2+ (template UDL, C++17 syntax)
27
-* gcc 9.0+ (C++17 & C++20 cNTTP syntax)
+* gcc 9.0+ (C++17 & C++20 cNTTP syntax, trampolining a.k.a. long patterns are not supported due compiler bug)
28
* MSVC 15.8.8+ (C++17 syntax only)
29
30
#### Template UDL syntax
0 commit comments