This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] New std::string implementation


On 14/11/14 16:51 +0000, Jonathan Wakely wrote:
On 14/11/14 16:42 +0000, Jonathan Wakely wrote:
On 14/11/14 16:32 +0000, Christopher Jefferson wrote:
I tried bootstrapping on Mac OS X 10.10, and got lots of linking
issues, the relevant part is::

I might be missing some of the new instantiations, I'll look into
that.

I am missing some instantiations

Ugh! and to provide them I have to tag almost every locale
facet, because they have std::string return values on virtual
functions. I thought the locale bits I had left to do were quite
limited, but it's not at all.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]