You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to build and run hof test for Boost with permissive- mode on VS2017 Update 7 on Windows. It failed to build due to the error C2440. Could you please help take a look at this? Thank you!
Failures:
first_of.cpp
libs\hof\test\first_of.cpp(159): error C2440: 'initializing': cannot convert from 'boost::hof::reveal_adaptor<boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>,boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>>' to 'boost::hof::reveal_adaptor<boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>,boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>> &'
with
[
T=conditional_test::<lambda_1e9a0704b43f847d23521fae74403506>
]
libs\hof\test\first_of.cpp(159): note: A non-const reference may only be bound to an lvalue
The text was updated successfully, but these errors were encountered:
Hi All,
We tried to build and run hof test for Boost with permissive- mode on VS2017 Update 7 on Windows. It failed to build due to the error C2440. Could you please help take a look at this? Thank you!
Reproduce steps:
Failures:
first_of.cpp
libs\hof\test\first_of.cpp(159): error C2440: 'initializing': cannot convert from 'boost::hof::reveal_adaptor<boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>,boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>>' to 'boost::hof::reveal_adaptor<boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>,boost::hof::first_of_adaptor<boost::hof::detail::static_function_wrapper,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_231d8bd3f8f18b9501196a787ccc297d>>,boost::hof::detail::static_function_wrapper<conditional_test::<lambda_48604b67640df949e9400536c4c96d52>>>> &'
with
[
T=conditional_test::<lambda_1e9a0704b43f847d23521fae74403506>
]
libs\hof\test\first_of.cpp(159): note: A non-const reference may only be bound to an lvalue
The text was updated successfully, but these errors were encountered: