]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/experimental/tuple
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / experimental / tuple
index f072c8631ca29d1b51a156cd1758abc0b71d5bd4..54529e81ea226a46726fc1b612fdbe0dbed8d6f1 100644 (file)
@@ -1,6 +1,6 @@
 // <experimental/tuple> -*- C++ -*-
 
-// Copyright (C) 2014-2018 Free Software Foundation, Inc.
+// Copyright (C) 2014-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/tuple
  *  This is a TS C++ Library header.
+ *  @ingroup libfund-ts
  */
 
 #ifndef _GLIBCXX_EXPERIMENTAL_TUPLE
@@ -45,7 +46,7 @@ namespace experimental
 {
 inline namespace fundamentals_v1
 {
-  // See C++14 ยง20.4.2.5, tuple helper classes
+  // See C++14 20.4.2.5, tuple helper classes
   template <typename _Tp>
     constexpr size_t tuple_size_v = tuple_size<_Tp>::value;