Closed matt77hias closed 4 years ago
Apparently some std classes still do not have noexcept move constructors in C++17. If this changes in the future, code can be reduced by making some move constructors explicitly default:
std
noexcept
default
std::exception
exception.hpp
std::function
memory.hpp
std::unordered_multimap
node.hpp
std::map
resource_pool.hpp
resource_manager.hpp
Apparently some
std
classes still do not havenoexcept
move constructors in C++17. If this changes in the future, code can be reduced by making some move constructors explicitlydefault
:std::exception
(exception.hpp
)std::function
(memory.hpp
)std::unordered_multimap
(node.hpp
)std::map
(resource_pool.hpp
,resource_manager.hpp
)