Re: [v3 PATCH] PR libstdc++/77619

2016-09-20 Thread Jonathan Wakely
On 18/09/16 21:07 +0300, Ville Voutilainen wrote: diff --git a/libstdc++-v3/include/bits/stl_construct.h b/libstdc++-v3/include/bits/stl_construct.h index 3d12628..c7ca1f8 100644 --- a/libstdc++-v3/include/bits/stl_construct.h +++ b/libstdc++-v3/include/bits/stl_construct.h @@ -83,6 +83,10 @@

[v3 PATCH] PR libstdc++/77619

2016-09-18 Thread Ville Voutilainen
Tested on Linux-x64. 2016-09-19 Ville Voutilainen PR libstdc++/77619 * include/bits/stl_construct.h: (_Construct_novalue): New. (_Destroy_n_aux, _Destroy_n): New. * include/bits/stl_uninitialized.h: (type_traits): New include in C++11 mode.