Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13231: u32regex_replace() for std::u32string (UTF-32) won't compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-09-28 20:46:16
#13231: u32regex_replace() for std::u32string (UTF-32) won't compile
-------------------------------+--------------------------
Reporter: robic@⦠| Owner: John Maddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost 1.64.0 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+--------------------------
Comment (by robic@â¦):
This looks to be fixed in release 1.65.1
I've tested the above code with this release and it works fine.
Details where it was fixed:
{{{
Chapter 15. Boost.Functional/Hash
Change log:
Boost 1.65.0
⢠Support for char16_t, char32_t, u16string, u32string
-------------------------------------------------------
boost_1_65_1\boost\functional\hash\hash.hpp
BOOST_HASH_SPECIALIZE(char16_t)
BOOST_HASH_SPECIALIZE(char32_t)
BOOST_HASH_SPECIALIZE_REF(std::basic_string<char16_t>)
BOOST_HASH_SPECIALIZE_REF(std::basic_string<char32_t>)
}}}
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13231#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-09-28 20:52:45 UTC