Skip to content

Commit

Permalink
Remove BOOST_NO_AUTO_PTR
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Oct 23, 2020
1 parent b7bc423 commit 5e92d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ endif()

# Make sure expat is compiled as a static library
ADD_DEFINITIONS("-DXML_STATIC")
ADD_DEFINITIONS("-DBOOST_NO_AUTO_PTR")

SET(CMAKE_CXX_STANDARD 17)

Expand Down

5 comments on commit 5e92d4a

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move_to_c++17_keep_old_boost (lefticus) - x86_64-MacOS-10.15-clang-11.0.0: Build Failed

Failures:\n

API Test Summary

  • Failed: 6
  • notrun: 3

integration Test Summary

  • Passed: 2
  • Failed: 717

regression Test Summary

  • Passed: 715
  • Failed: 2

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move_to_c++17_keep_old_boost (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3026 of 3026 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move_to_c++17_keep_old_boost (lefticus) - Win64-Windows-10-VisualStudio-16: OK (2242 of 2242 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move_to_c++17_keep_old_boost (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1550 of 1550 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move_to_c++17_keep_old_boost (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.