Skip to content

Commit 6623502

Browse files
author
Hana Dusíková
committed
updated readme
1 parent a299743 commit 6623502

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ constexpr auto match(std::string_view sv) noexcept {
7575

7676
#### C++20 syntax
7777

78-
Currently only compiler which supports cNTTP syntax `ctre::match<PATTERN>(subject)` is GCC 9+. Use `-DEXPERIMENTAL_GCC_9` flag to disable trampolining (which crash compiler on ICE).
79-
80-
Also there is [known bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88534) in current GCC 9 with debug symbols and cNTTP, you can avoid it if you disable generating debug symbols (`-g0`).
78+
Currently only compiler which supports cNTTP syntax `ctre::match<PATTERN>(subject)` is GCC 9+.
8179

8280
```c++
8381
constexpr auto match(std::string_view sv) noexcept {

0 commit comments

Comments
 (0)