Message ID | 20141114165138.GK5191@redhat.com |
---|---|
State | New |
Headers | show |
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.
--- a/libstdc++-v3/src/c++11/cow-string-inst.cc +++ b/libstdc++-v3/src/c++11/cow-string-inst.cc @@ -29,8 +29,6 @@ #define _GLIBCXX_USE_CXX11_ABI 0 #include "string-inst.cc" -#include "sstream-inst.cc" - #include <ostream> #include "../c++98/istream-string.cc"