Cherry-picked Boost 1.57 l-value assignment fix
parent
4c2e387204
commit
d623f80719
|
|
@ -129,7 +129,7 @@ else()
|
|||
endif()
|
||||
|
||||
|
||||
if(${Boost_VERSION} EQUAL 105600)
|
||||
if(NOT (${Boost_VERSION} LESS 105600))
|
||||
message("Ignoring Boost restriction on optional lvalue assignment from rvalues")
|
||||
add_definitions(-DBOOST_OPTIONAL_ALLOW_BINDING_TO_RVALUES)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue