deque: Add feature-test macro.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Sat, 2 May 2015 02:01:35 +0000 (02:01 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Sat, 2 May 2015 02:01:35 +0000 (02:01 +0000)
2015-05-02  Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/experimental/deque: Add feature-test macro.
* include/experimental/forward_list: Ditto.
* include/experimental/list: Ditto.
* include/experimental/map: Ditto.
* include/experimental/set: Ditto.
* include/experimental/string: Ditto.
* include/experimental/unordered_map: Ditto.
* include/experimental/unordered_set: Ditto.

From-SVN: r222713

libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/deque
libstdc++-v3/include/experimental/forward_list
libstdc++-v3/include/experimental/list
libstdc++-v3/include/experimental/map
libstdc++-v3/include/experimental/set
libstdc++-v3/include/experimental/string
libstdc++-v3/include/experimental/unordered_map
libstdc++-v3/include/experimental/unordered_set

index b554c0599a09b2cc72309d7634f7cf3ad67410e2..efea855af309f8f1be089342b4d136e7c1f82e56 100644 (file)
@@ -1,3 +1,14 @@
+2015-05-02  Edward Smith-Rowland  <3dw4rd@verizon.net>
+
+       * include/experimental/deque: Add feature-test macro.
+       * include/experimental/forward_list: Ditto.
+       * include/experimental/list: Ditto.
+       * include/experimental/map: Ditto.
+       * include/experimental/set: Ditto.
+       * include/experimental/string: Ditto.
+       * include/experimental/unordered_map: Ditto.
+       * include/experimental/unordered_set: Ditto.
+
 2015-05-01  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/experimental/memory: Correct feature-test macro.
index 8d3d8951e3a0be3f669b8c0aa8599dbe32e6ce68..7561e8955669450efba3bbe9c93a392428b82d6e 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Tp, typename _Alloc, typename _Predicate>
     void
     erase_if(deque<_Tp, _Alloc>& __cont, _Predicate __pred)
index e7e6b33bd0010d1c192f2c981e539c571ba16a6b..69719db62e5b740702eeed325b83087f9746696b 100644 (file)
@@ -45,6 +45,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Tp, typename _Alloc, typename _Predicate>
     inline void 
     erase_if(forward_list<_Tp, _Alloc>& __cont, _Predicate __pred)
index 41d6e1dcbdcad6415b45645760673e365f691d33..efd008b3a1cd0c400d37d7cc0f4b90de6562e457 100644 (file)
@@ -45,6 +45,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Tp, typename _Alloc, typename _Predicate>
     inline void
     erase_if(list<_Tp, _Alloc>& __cont, _Predicate __pred)
index e4b3620e6717b171dee68a70e9cdb7ef995a917c..46db963530aaffdbf0abfc69d00c3b1f43840f18 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Key, typename _Tp, typename _Compare, typename _Alloc,
           typename _Predicate>
     inline void
index c742d9187f51330a1ec4a6fdd4b36089fc299a34..3fd184ec80f748f74c968926d34456ded080dc15 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Key, typename _Compare, typename _Alloc,
           typename _Predicate>
     inline void
index 2a04ce0d72d985034026bab8af56210552ac98e1..dddccf59b56faa9534b78bf5a79eb06c141b3449 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _CharT, typename _Traits, typename _Alloc,
           typename _Predicate>
     inline void
index d3a578efe3af30aec9302f390defad5a65f4b4a4..10901c7c4b8c745a0b5e6874b1d38fd81f4b8066 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Key, typename _Tp, typename _Hash, typename _CPred,
           typename _Alloc, typename _Predicate>
     inline void
index 2e5e08a9609f0bd6350587304e4e427b1ecafb67..80719a177bc107e62b393888087d11a963671576 100644 (file)
@@ -46,6 +46,8 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
+#define __cpp_lib_experimental_erase_if 201411
+
   template<typename _Key, typename _Hash, typename _CPred, typename _Alloc,
           typename _Predicate>
     inline void