Subject: [Boost-bugs] [Boost C++ Libraries] #9268: boost.locale does not support char16_t for g++ 4.7
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-18 19:49:59
#9268: boost.locale does not support char16_t for g++ 4.7
------------------------------+---------------------
Reporter: brainstream@⦠| Owner: artyom
Type: Bugs | Status: new
Milestone: To Be Determined | Component: locale
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
Hello. I'm trying to use boost.locale to convert charset to UTF-16 but the
char16_t implementation of the to_utf function is disabled with the
{{{
#ifdef BOOST_HAS_CHAR16_T
}}}
construction.
I'm using g++ 4.7 with the -std=c++11 option and all new character types
are works fine. However BOOST_HAS_CHAR16_T is not defined. I have
researched source codes of the boost library and not found a place where
the BOOST_HAS_CHAR16_T flag enabling for the g++ compiler.
Please, provide enabling this flag for modern versions of the g++
compiler.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9268> 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-02-16 18:50:14 UTC