We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d59b2b commit 4877353Copy full SHA for 4877353
1 file changed
README.md
@@ -5,7 +5,8 @@ Messer is an interactive environment for evaluating C preprocessing macros confo
5
## Prerequisites
6
7
- You need to install below manually:
8
- - C++17 supported GNU C++ Compiler
+ - C++17 supported GNU C++ Compiler < 15
9
+ - **NOTE:** `g++` >= 15 can't build messer. Please use `g++` <= 14
10
- Boost
11
- Boost.Coroutine2
12
- Boost.Preprocessor
0 commit comments