Add std::hash specialization

This commit is contained in:
Andrzej Krzemienski
2022-05-21 01:13:10 +02:00
parent 6117d08d79
commit 52abe4842e
4 changed files with 115 additions and 0 deletions

View File

@ -65,6 +65,7 @@
#include <boost/optional/detail/optional_config.hpp>
#include <boost/optional/detail/optional_factory_support.hpp>
#include <boost/optional/detail/optional_aligned_storage.hpp>
#include <boost/optional/detail/optional_hash.hpp>
namespace boost { namespace optional_detail {