diff options
author | Francis Dupont <fdupont@isc.org> | 2023-07-16 14:40:03 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2023-07-19 00:45:33 +0200 |
commit | 743f0fbf277836158ddf3b38e98d9fc607ac572b (patch) | |
tree | 15b697cad4414fed1a84de45821cc78b2615b742 /platforms.rst | |
parent | [#2792] Removed unused function (diff) | |
download | kea-743f0fbf277836158ddf3b38e98d9fc607ac572b.tar.xz kea-743f0fbf277836158ddf3b38e98d9fc607ac572b.zip |
[#2876] Changed to C++ 14
Diffstat (limited to 'platforms.rst')
-rw-r--r-- | platforms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms.rst b/platforms.rst index 82465b819a..70a6bf9126 100644 --- a/platforms.rst +++ b/platforms.rst @@ -4,7 +4,7 @@ Supported Platforms =================== In general, this version of Kea builds and runs on any POSIX-compliant -system with a C++ compiler (with C++11 support), the Botan cryptographic library, +system with a C++ compiler (with C++14 support), the Botan cryptographic library, the log4cplus logging library and the Boost system library. The Kea build has been checked with GCC g++ 4.8.5 and some later versions, |