Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Relevant discussion:
in addition to
set(CMAKE_CXX_STANDARD 11)
, we also need to
set(CMAKE_CXX_EXTENSIONS OFF)
in order to turn off compiler-specific extensions (with GCC, it's -std=gnu++11)
This is supposed to be a no-op, because Arrow builds fine with other compilers (Clang-LLVM / MSCV). But opening this bug to track any issues with flipping the switch.
Attachments
Issue Links
- relates to
-
ARROW-6800 [C++] Add CMake option to build libraries targeting a C++14 or C++17 toolchain environment
-
- Resolved
-
- links to