From 57b070eef00011194129fbef5267ffaa8592c8e6 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 3 Mar 2021 13:40:05 +0000 Subject: [PATCH] Update C++98 in the README to C++11 GTest 1.10 needs C++11 and all tests are compiled with -std=c++11. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9185345..a8c8c66 100644 --- a/README.md +++ b/README.md @@ -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).