arangodb / velocypack

A fast and compact format for serialization and storage
Other
420 stars 40 forks source link

Standard 201703L for fuerte #70

Open andr1972 opened 4 years ago

andr1972 commented 4 years ago

Problem with fuerte can be solved changing https://github.com/arangodb/velocypack/blob/d11b92ef0dacb33bc493e1cabd5d9b12ecd83908/CMakeLists.txt#L6 from set(CMAKE_CXX_STANDARD 11 CACHE STRING "target C++ standard") to set(CMAKE_CXX_STANDARD 17 CACHE STRING "target C++ standard") see: https://github.com/arangodb/fuerte/issues/27