Remove hash_value from string, Boost.ContainerHash hashes containers by default now.

This commit is contained in:
Ion Gaztañaga
2024-07-27 22:49:42 +02:00
parent e08a064896
commit 0f448277c5
2 changed files with 0 additions and 21 deletions

View File

@@ -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;
}