We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out following tests build failure:
#target_compile_definitions(assign_test_list_of PRIVATE -DBOOST_TEST_MAIN=1) #bcm_test(NAME assign_test_list_inserter SOURCES list_inserter.cpp) #target_compile_definitions(assign_test_list_inserter PRIVATE -DBOOST_TEST_MAIN=1)``` ```/home/builder/boost/libs/assign/test/list_of.cpp:107:8: error: use of overloaded operator '=' is ambiguous (with operand types 'std::vector >' and 'boost::assign_detail::generic_list') c3 = ba::list_of(1).repeat_fun( 10, &rand )(2)(3);```
The text was updated successfully, but these errors were encountered:
Zerg1996
No branches or pull requests
Figure out following tests build failure:
The text was updated successfully, but these errors were encountered: