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 #7279

Merged
merged 1 commit into from
May 6, 2019
Merged

Conversation

spoonincode
Copy link
Contributor

@spoonincode spoonincode commented May 6, 2019

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 fac27d5 into develop May 6, 2019
@spoonincode spoonincode deleted the unit_tests_cxx17 branch May 6, 2019 18:53
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