blob: 219b7877f48cf0bad6d86d50a6055e16a7aec66b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/cg3/include/boost/functional/hash/hash.hpp.orig 2017-04-24 22:28:46.000000000 +0200
+++ src/cg3/include/boost/functional/hash/hash.hpp 2017-05-31 09:34:36.380704706 +0200
@@ -89,6 +89,10 @@
boost::hash_detail::enable_hash_value {};
template <> struct basic_numbers<unsigned long> :
boost::hash_detail::enable_hash_value {};
+ template <> struct basic_numbers<char16_t> :
+ boost::hash_detail::enable_hash_value {};
+ template <> struct basic_numbers<char32_t> :
+ boost::hash_detail::enable_hash_value {};
#if !defined(BOOST_NO_INTRINSIC_WCHAR_T)
template <> struct basic_numbers<wchar_t> :
|