Problem installing 0.14.5 with GCC 8.1
Open
frontend: C++17
install
third party
workaround
- Dominant language
- C++
- Stars
- 161
- Forks
- 59
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
**Performed steps**
try to install the new openpmd-api release:
config:
```
openPMD build configuration:
library Version: 0.14.5
openPMD Standard: 1.1.0
C++ Compiler: GNU 8.1.0
```
led to the following output/problem during compilation
```
AbstractIOHandler.hpp:111:46: error: 'const openPMD::internal::FlushParams{InternalFlush}' is not a constant expression
constexpr FlushParams defaultFlushParams{};
^
```
Could this be linked to a too old GNU (8.1) compiler ?
Contributor guide
Assessment
This issue has not been assessed yet.