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 df72afd commit 3d21d95Copy full SHA for 3d21d95
README.md
@@ -10,6 +10,12 @@ To make sure you also clone the 3rd party submodules in the [Workarounds](Workar
10
we recommend using the following Git command:
11
12
git clone --recursive https://github.com/Apress/beginning-cpp20.git
13
+
14
+## Compiling
15
16
+At the time the book was completed,
17
+not a single compiler [supported](https://en.cppreference.com/w/cpp/compiler_support) all C++20 features yet.
18
+We recommend you consult the [Workarounds](Workarounds) section on how to work around any compilation issues you may experience.
19
20
## Contributions
21
0 commit comments