This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Problem with `string', threading and shared libraries.


Carlo Wood <carlo@alinoe.com> writes:

| If I want to try any other solution, then I will need to have
| explicitely both types available, which means I can't use just
| `string' but will have to use
| 
| basic_string<char, string_char_traits<char>, __default_alloc_template<htreads, 0> >
| 
| and `__default_alloc_template' is not portable.

Right.  

-- Gaby


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