Remove the override allowing boost::optional binding to rvalues

release/4.3a0
Fan Jiang 2019-12-23 12:58:00 -08:00
parent ce2bb136e6
commit cf1afedd9f
1 changed files with 0 additions and 6 deletions

View File

@ -193,12 +193,6 @@ else()
endif()
endif()
if(NOT (${Boost_VERSION} LESS 105600))
message("Ignoring Boost restriction on optional lvalue assignment from rvalues")
list_append_cache(GTSAM_COMPILE_DEFINITIONS_PUBLIC BOOST_OPTIONAL_ALLOW_BINDING_TO_RVALUES BOOST_OPTIONAL_CONFIG_ALLOW_BINDING_TO_RVALUES)
endif()
###############################################################################
# Find TBB
find_package(TBB 4.4 COMPONENTS tbb tbbmalloc)