Skip to content

Commit 3d21d95

Browse files
Update README.md
1 parent df72afd commit 3d21d95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ To make sure you also clone the 3rd party submodules in the [Workarounds](Workar
1010
we recommend using the following Git command:
1111

1212
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.
1319

1420
## Contributions
1521

0 commit comments

Comments
 (0)