Commit 6fb3d28f by Jonathan Wakely Committed by Jonathan Wakely

libstdc++: Fix Doxygen markup error

	* include/bits/stl_pair.h (pair): Remove stray Doxygen closing marker.

From-SVN: r278950
parent ff603745
2019-12-03 Jonathan Wakely <jwakely@redhat.com> 2019-12-03 Jonathan Wakely <jwakely@redhat.com>
* include/bits/stl_pair.h (pair): Remove stray Doxygen closing marker.
* testsuite/util/slow_clock.h: Fix copyright date. * testsuite/util/slow_clock.h: Fix copyright date.
2019-12-02 Mike Crowe <mac@mcrowe.com> 2019-12-02 Mike Crowe <mac@mcrowe.com>
......
...@@ -272,7 +272,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -272,7 +272,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
explicit constexpr pair(const _T1& __a, const _T2& __b) explicit constexpr pair(const _T1& __a, const _T2& __b)
: first(__a), second(__b) { } : first(__a), second(__b) { }
#endif #endif
//@}
#if __cplusplus < 201103L #if __cplusplus < 201103L
/// There is also a templated constructor to convert from other pairs. /// There is also a templated constructor to convert from other pairs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment