Skip to content

Commit c8ed4d8

Browse files
committed
Add C++11 disclaimer
1 parent e20e8fd commit c8ed4d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,12 @@ Simply create new tests in the `test` directory.
5959
They will be automatically compiled into an executable.
6060
For an introduction to writing tests with googletest, follow [this link](http://code.google.com/p/googletest/wiki/Primer).
6161

62+
### C++ 11
63+
64+
C++ 11 is the newest released standard of the C++ programming language.
65+
It contains many useful syntax improvements (e.g. for each loop, lambda expressions) and an expanded standard library (e.g. improved random number generators).
66+
By default, this template will only work with C++11 capable compilers.
67+
You can relax this requirement by editing the file `cmake/Include.cmake`.
68+
69+
6270

0 commit comments

Comments
 (0)