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: New AIX libstdc++ testsuite failures


Paolo Carlini wrote:

#if !__GXX_WEAK__
// Explicitly instantiate for systems with no COMDAT or weak support.
template
 std::basic_string< A<B> >::size_type
 std::basic_string< A<B> >::_Rep::_S_max_size;

template
 A<B>
 std::basic_string< A<B> >::_Rep::_S_terminal;
#endif

which (historically?) are there only for the benefit of OSes like AIX...

In fact, I would like to be confirmed that the explicit instantiations are still needed today... what happens if you remove the instantiations completely?


Paolo.


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