Skip to content

Commit

Permalink
Update C++98 in the README to C++11
Browse files Browse the repository at this point in the history
GTest 1.10 needs C++11 and all tests are compiled with -std=c++11.
  • Loading branch information
arichardson authored and daviddrysdale committed Mar 4, 2021
1 parent a7e466e commit 57b070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object-capabilities. The tests exercise the syscall interface to a Capsicum-enab
currently either [FreeBSD >=10.x](http://www.freebsd.org) or a modified Linux kernel (the
[capsicum-linux](http://github.com/google/capsicum-linux) project).

The tests are written in C++98, and use the [Google Test](https://code.google.com/p/googletest/)
The tests are written in C++11 and use the [Google Test](https://code.google.com/p/googletest/)
framework, with some additions to fork off particular tests (because a process that enters capability
mode cannot leave it again).

Expand Down

0 comments on commit 57b070e

Please sign in to comment.