Improve relocation
Jonathan Wakely
jwakely@redhat.com
Thu Nov 22 09:26:00 GMT 2018
On 26/10/18 14:02 +0200, Marc Glisse wrote:
>Index: libstdc++-v3/include/bits/stl_iterator.h
>===================================================================
>--- libstdc++-v3/include/bits/stl_iterator.h (revision 265522)
>+++ libstdc++-v3/include/bits/stl_iterator.h (working copy)
>@@ -59,20 +59,24 @@
>
> #ifndef _STL_ITERATOR_H
> #define _STL_ITERATOR_H 1
>
> #include <bits/cpp_type_traits.h>
> #include <ext/type_traits.h>
> #include <bits/move.h>
> #include <bits/ptr_traits.h>
>
> #if __cplusplus > 201402L
I think this should be >= 201103L, no?
OK for trunk (with that #if changed, if appropriate).
Thanks.
More information about the Libstdc++
mailing list