Remove redefinition of __cpp_lib_array_constexpr
authorJonathan Wakely <jwakely@redhat.com>
Mon, 26 Sep 2016 10:17:53 +0000 (11:17 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 26 Sep 2016 10:17:53 +0000 (11:17 +0100)
* include/bits/range_access.h (__cpp_lib_array_constexpr): Do not
redefine macro defined in <bits/stl_iterator.h>.

From-SVN: r240488

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/range_access.h

index 04ec1f1c6f4934af605147387aa8689466efe3b1..2cffae4051b9d90969b531eb0b82876165e7759c 100644 (file)
@@ -1,5 +1,8 @@
 2016-09-26  Jonathan Wakely  <jwakely@redhat.com>
 
+       * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not
+       redefine macro defined in <bits/stl_iterator.h>.
+
        * include/bits/stl_map.h (map::extract(const_iterator)): Assert that
        iterator is not past-the-end.
        * include/bits/stl_multimap.h (multimap::extract(const_iterator)):
index 27cc8ede45838a9135f8294660cac57308291af5..95c3d52099a07f65765819bd1be0c8c5755b8192 100644 (file)
@@ -38,10 +38,6 @@ namespace std _GLIBCXX_VISIBILITY(default)
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
-#if __cplusplus >= 201402L
-# define __cpp_lib_array_constexpr 201603L
-#endif
-
   /**
    *  @brief  Return an iterator pointing to the first element of
    *          the container.