summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/tr1
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-04 16:53:17 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-04 16:53:17 +0000
commit3598538cbd964f7bbdddf36284d0c696fa469ca9 (patch)
tree4e54624132069aa4798540ba174cb3ff9600d6c3 /libstdc++-v3/include/tr1
parent3794f7ca2ec61b72c2c5f9fc398e2c083c4298a8 (diff)
downloadppe42-gcc-3598538cbd964f7bbdddf36284d0c696fa469ca9.tar.gz
ppe42-gcc-3598538cbd964f7bbdddf36284d0c696fa469ca9.zip
* include/std/type_traits: Doxygen improvements.
* include/bits/move.h: Likewise. * include/tr1/type_traits: Likewise. * include/tr2/type_traits: Likewise. * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error line numbers * testsuite/20_util/forward/c_neg.cc: Likewise. * testsuite/20_util/forward/f_neg.cc: Likewise. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181993 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr1')
-rw-r--r--libstdc++-v3/include/tr1/type_traits9
1 files changed, 4 insertions, 5 deletions
diff --git a/libstdc++-v3/include/tr1/type_traits b/libstdc++-v3/include/tr1/type_traits
index 2825fe6f4e3..f15123ace5b 100644
--- a/libstdc++-v3/include/tr1/type_traits
+++ b/libstdc++-v3/include/tr1/type_traits
@@ -1,6 +1,6 @@
// TR1 type_traits -*- C++ -*-
-// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
+// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -41,10 +41,7 @@ namespace tr1
_GLIBCXX_BEGIN_NAMESPACE_VERSION
/**
- * @defgroup metaprogramming Type Traits
- * @ingroup utilities
- *
- * Compile time type transformation and information.
+ * @addtogroup metaprogramming
* @{
*/
@@ -682,6 +679,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
#undef _DEFINE_SPEC_2_HELPER
#undef _DEFINE_SPEC
+ /// @} group metaprogramming
+
_GLIBCXX_END_NAMESPACE_VERSION
}
}
OpenPOWER on IntegriCloud