Merge pull request #201 from borglab/feature/remove_rvalue_override
Remove the override allowing boost::optional binding to rvaluesrelease/4.3a0
commit
85b9ed2fdd
|
@ -193,12 +193,6 @@ else()
|
||||||
endif()
|
endif()
|
||||||
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 TBB
|
||||||
find_package(TBB 4.4 COMPONENTS tbb tbbmalloc)
|
find_package(TBB 4.4 COMPONENTS tbb tbbmalloc)
|
||||||
|
|
Loading…
Reference in New Issue