]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/experimental/regex
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / experimental / regex
index eb2af151245f2e27ca235c501d7823d215445e03..2b86b6c77dfb85348679a8cdd18f9ea77ddfb9a4 100644 (file)
@@ -1,6 +1,6 @@
 // <experimental/regex> -*- C++ -*-
 
-// Copyright (C) 2015-2018 Free Software Foundation, Inc.
+// Copyright (C) 2015-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -24,6 +24,7 @@
 
 /** @file experimental/regex
  *  This is a TS C++ Library header.
+ *  @ingroup libfund-ts
  */
 
 #ifndef _GLIBCXX_EXPERIMENTAL_REGEX
@@ -44,6 +45,7 @@ namespace experimental
 {
 inline namespace fundamentals_v2
 {
+#if _GLIBCXX_USE_CXX11_ABI
 namespace pmr
 {
   template<typename _BidirectionalIterator>
@@ -57,7 +59,7 @@ namespace pmr
   typedef match_results<wstring::const_iterator> wsmatch;
 
 } // namespace pmr
-
+#endif
 } // namespace fundamentals_v2
 } // namespace experimental
 _GLIBCXX_END_NAMESPACE_VERSION