Skip to content
Commit 880a180d authored by Alberto Miranda's avatar Alberto Miranda
Browse files

Merge branch '134-c-17-support' into 'master'

Resolve "C++17 support"

This MR moves GekkoFS to C++17 with the following replacements:

- CMake modifications
- Replacing `boost::filesystem` and `boost::optional` with `std::filesystem` and `std::optional`, respectively
- Using nested namespaces
- Using `if constexpr`

Closes #134

See merge request hpc/gekkofs!74
parents dc80fa4d a189335d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment