Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

build unittests in c++17, not c++14 - 1.8 #7280

Merged
merged 1 commit into from
May 6, 2019

Conversation

spoonincode
Copy link
Contributor

Change Description

Remove the CMAKE_CXX_STANDARD override here. Also I got a bit lucky because <boost/range/alogrithm.hpp> will not compile in c++17 mode due to the removal of std::random_shuffle. However, we didn't need that include anyways at the moment since a bunch of stuff in that file is #if 0ed

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

Remove the CMAKE_CXX_STANDARD override here. Also I got a bit lucky because <boost/range/alogrithm.hpp> will not compile in c++17 mode due to the removal of std::random_shuffle. However, we didn't need that include anyways at the moment since a bunch of stuff in that file is #if 0ed
@spoonincode spoonincode merged commit 6e47fc7 into release/1.8.x May 6, 2019
@spoonincode spoonincode deleted the unit_tests_cxx17_18x branch May 6, 2019 19:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants