scoped_allocator
16.1 KB
-
LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairs · 05891e9f
* include/std/scoped_allocator (__not_pair): Define SFINAE helper. (construct(_Tp*, _Args&&...)): Remove from overload set when _Tp is a specialization of std::pair. * testsuite/20_util/scoped_allocator/construct_pair.cc: Ensure pair elements are constructed correctly. From-SVN: r261716
Jonathan Wakely committed