Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test cases: pass the c++11 std to boost-using code
Apple Clang defaults to C++03 or earlier, and boost 1.84 has started requiring C++11 as a minimum. Fixes test failures on the macOS builders. Unneeded for GCC systems since GCC defaults to a more recent std -- but also semantically correct there too.
- Loading branch information