mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Misc: Added noexcept to move constructors and move assignment operators
This commit is contained in:
@@ -352,7 +352,7 @@ namespace std
|
||||
{
|
||||
hash<string> hasher;
|
||||
|
||||
std::size_t operator()(fs::path const& key) const
|
||||
std::size_t operator()(fs::path const& key) const noexcept
|
||||
{
|
||||
return hasher(key.generic_string());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user