From 007d5a4b1ecdcc0f3c470060ab3e371e0f10e8f0 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Fri, 25 Jun 2021 05:27:55 -0700 Subject: Fixes C++ notes in RELEASE.txt (#801) --- release_docs/RELEASE.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 78aa419..fabccf4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -50,7 +50,6 @@ New Features - Adds C++ Autotools configuration file for Intel * Checks for icpc as the compiler - * Sets std=c++11 * Copies most non-warning flags from intel-flags (DER - 2021/06/02) @@ -58,7 +57,6 @@ New Features - Adds C++ Autotools configuration file for PGI * Checks for pgc++ as the compiler name (was: pgCC) - * Sets -std=c++11 * Other options basically match new C options (below) (DER - 2021/06/02) @@ -73,13 +71,6 @@ New Features (DER - 2021/06/02) - - A C++11-compliant compiler is now required to build the C++ wrappers - - CMAKE_CXX_STANDARD is now set to 11 when building with CMake and - -std=c++11 is added when building with clang/gcc via the Autotools. - - (DER - 2021/05/27) - - Added an option to make the global thread-safe lock a recursive R/W lock Prior to this release, the HDF5 library supported multi-threaded -- cgit v0.12