Closed zamazan4ik closed 2 years ago
Alex - the tests have failed; seems they want to push_back
on a forward_list
.
Yeah, I see... Ok, I will fix it soon.
@mclow I fixed the issue with push_front
. but test on Travis CI still fails (on Windows works fine). And log on Travis is strange - seems like there is no hash_value
overload for std::forward_list
. Probably BOOST_NO_CXX11_HDR_FORWARD_LIST
macros is not defined on Linux or anything else. Can you look into the issue please?
Thank you.
It seems to me that your test needs to be conditioned on BOOST_NO_CXX11_HDR_FORWARD_LIST
.
Hello. In this PR I just add missing from my point of view hash_value overload for std::forward_list.
Please check it and I did something wrong - correct me :)
Thank you.