как переписать анордеред мапу, чтоб взлетело, можете подсказать? Явно задал equal_to, но не совсем понял их изменение в плане is_transparent
https://pastebin.com/1J1ec7LS
C:\Users\b2soft\source\repos\Project1\Project1\main.cpp(21,11): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Tools\MSVC\14.25.28610\include\xhash(1336,25): message : see declaration of 'std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::find'
1> with
1> [
1> _Kty=std::string,
1> _Ty=int,
1> _Hasher=string_hash,
1> _Keyeq=std::equal_to<void>,
1> _Alloc=std::allocator<std::pair<const std::string,int>>
1> ]
1>Done building project "Project1.vcxproj" -- FAILED.
Ссылка на баг: https://developercommunity.visualstudio.com/content/problem/909973/heterogeneous-lookup-for-unordered-containers-does.html
Дошло. Переименовал transparent_key_equal на is_transparent + добавил equal_to явный и всё получилось 🤪
Обсуждают сегодня