diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-05-28 02:24:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 02:24:30 (GMT) |
commit | dfe4575914e7998e266b3a56c3acee321662ab20 (patch) | |
tree | 568fbe4453b82faaf66738cf19492f93b63a1322 /release_docs | |
parent | 168be9a0f0745261d28d60acea9e9fa6cfa93861 (diff) | |
download | hdf5-dfe4575914e7998e266b3a56c3acee321662ab20.zip hdf5-dfe4575914e7998e266b3a56c3acee321662ab20.tar.gz hdf5-dfe4575914e7998e266b3a56c3acee321662ab20.tar.bz2 |
Require a C++11 compiler to build the C++ wrappers (#693)
* Committing clang-format changes
* Requires a C++11 compiler to build the C++ wrappers
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 578c4b4..20d561c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -49,6 +49,14 @@ New Features Configuration: ------------- + - 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) + + - CMake will now run the shell script tests in test/ by default The test directory includes several shell script tests that previously |