]> git.pld-linux.org Git - packages/boost.git/blobdiff - hash-new-char-types.patch
- updated to 1.67.0 (new sonames)
[packages/boost.git] / hash-new-char-types.patch
diff --git a/hash-new-char-types.patch b/hash-new-char-types.patch
deleted file mode 100644 (file)
index b767f52..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-https://svn.boost.org/trac/boost/ticket/11145
-
---- boost_1_63_0/boost/functional/hash/hash.hpp~       2016-12-22 13:33:15.000000000 +0100
-+++ boost_1_63_0/boost/functional/hash/hash.hpp        2017-04-26 19:14:04.588719738 +0200
-@@ -117,6 +117,16 @@
-             boost::hash_detail::enable_hash_value {};
- #endif
-+#if !defined(BOOST_NO_CXX11_CHAR16_T)
-+        template <> struct basic_numbers<char16_t> :
-+            boost::hash_detail::enable_hash_value {};
-+#endif
-+
-+#if !defined(BOOST_NO_CXX11_CHAR32_T)
-+        template <> struct basic_numbers<char32_t> :
-+            boost::hash_detail::enable_hash_value {};
-+#endif
-+
-         template <> struct float_numbers<float> :
-             boost::hash_detail::enable_hash_value {};
-         template <> struct float_numbers<double> :
This page took 0.02653 seconds and 4 git commands to generate.