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 !74
parents dc80fa4d a189335d
Pipeline #1415 passed with stages
in 18 minutes and 11 seconds
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