Re: Remove _Safe_container _IsCxx11AllocatorAware template parameter

2017-05-12 Thread François Dumont
On 12/05/2017 12:38, Jonathan Wakely wrote: On 11/05/17 22:03 +0200, François Dumont wrote: Hi _Safe_container _IsCxx11AllocatorAware template allocator is only used if C++11 Abi is not used so I simplified it. * include/debug/safe_container.h [_GLIBCXX_USE_CXX11_ABI] (_Safe_contain

Re: Remove _Safe_container _IsCxx11AllocatorAware template parameter

2017-05-12 Thread Jonathan Wakely
On 11/05/17 22:03 +0200, François Dumont wrote: Hi _Safe_container _IsCxx11AllocatorAware template allocator is only used if C++11 Abi is not used so I simplified it. * include/debug/safe_container.h [_GLIBCXX_USE_CXX11_ABI] (_Safe_container<>): Remove _IsCxx11AllocatorAware template

Remove _Safe_container _IsCxx11AllocatorAware template parameter

2017-05-11 Thread François Dumont
Hi _Safe_container _IsCxx11AllocatorAware template allocator is only used if C++11 Abi is not used so I simplified it. * include/debug/safe_container.h [_GLIBCXX_USE_CXX11_ABI] (_Safe_container<>): Remove _IsCxx11AllocatorAware template parameter. * include/debug/string: Adapt.