You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,12 @@ Simply create new tests in the `test` directory.
59
59
They will be automatically compiled into an executable.
60
60
For an introduction to writing tests with googletest, follow [this link](http://code.google.com/p/googletest/wiki/Primer).
61
61
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`.
0 commit comments