mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 16:52:48 +01:00
Remove hash_value from string, Boost.ContainerHash hashes containers by default now.
This commit is contained in:
@@ -524,12 +524,6 @@ struct alloc_propagate_base<boost_container_string>
|
||||
|
||||
int main()
|
||||
{
|
||||
{
|
||||
boost::container::string a = "abcdefghijklmnopqrstuvwxyz";
|
||||
boost::container::hash_value(a);
|
||||
}
|
||||
|
||||
|
||||
if(string_test<char>()){
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user