Skip to content

Commit

Permalink
make sure autoptr support is fully disabled in boost for C++17 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Sep 7, 2020
1 parent 4005b37 commit b30d236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/kiva-ep/vendor/boost-1.61.0/boost/config/user.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@
// to ensure the correct libraries are selected at link time.
// #define BOOST_LIB_BUILDID amd64

#define BOOST_NO_AUTO_PTR

7 comments on commit b30d236

@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: OK (2928 of 2928 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 (2185 of 2185 tests passed, 0 test warnings)

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 (2968 of 2968 tests passed, 0 test warnings)

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-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build 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-custom_check: OK (13 of 13 tests passed, 0 test warnings)

Build 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-UnitTestsCoverage-Debug: OK (1494 of 1494 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 (721 of 721 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.