Using __gnu_cxx::__vstring everywhere
Jonathan Wakely
jwakely.gcc@gmail.com
Fri Dec 20 00:55:00 GMT 2013
On 20 December 2013 00:35, Oleg Smolsky wrote:
> On 2013-12-18 17:23, Jonathan Wakely wrote:
>>
>> On 18 December 2013 04:14, Oleg Smolsky wrote:
>>>
>>> OK I've replaced std::string with a different (conforming) implementation
>>> which happens to use C++11 features. This is fine for our usecase as all
>>> C++
>>> users specify -std=c++11.
>>>
>>> My question is as follows: is it possible to force g++ to default to that
>>> dialect? What do I need to hack?
>>
>> (That's not really a libstdc++ question).
>
> You are right, of course. Yet the thread is about how libstdc++ operates:
No, you've changed it to being about how the compiler operates.
More information about the Libstdc++
mailing list