summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-25 12:27:55 (GMT)
committerGitHub <noreply@github.com>2021-06-25 12:27:55 (GMT)
commit007d5a4b1ecdcc0f3c470060ab3e371e0f10e8f0 (patch)
tree2534deb0d5374be4e4e572e86be3cd1ff129e424 /release_docs
parentb0930f4bf08e6cab858cd2d443c52f70ac7f6640 (diff)
downloadhdf5-007d5a4b1ecdcc0f3c470060ab3e371e0f10e8f0.zip
hdf5-007d5a4b1ecdcc0f3c470060ab3e371e0f10e8f0.tar.gz
hdf5-007d5a4b1ecdcc0f3c470060ab3e371e0f10e8f0.tar.bz2
Fixes C++ notes in RELEASE.txt (#801)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 0 insertions, 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