* include/bits/atomicfwd_cxx.h: Add typedefs to group.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157152
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-03-01 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/bits/atomicfwd_cxx.h: Add typedefs to group.
+
2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libstdc++/32499
// -*- C++ -*- header.
-// Copyright (C) 2008, 2009
+// Copyright (C) 2008, 2009, 2010
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
using __atomic0::__atomic_base;
}
+ /**
+ * @addtogroup atomics
+ * @{
+ */
+
/// atomic_char
typedef __atomic_base<char> atomic_char;
template<typename _Tp>
struct atomic;
+
+ // @} group atomics
+
_GLIBCXX_BEGIN_EXTERN_C