stl_pair.h: Tweak comment markup.
2002-05-21 Phil Edwards <pme@gcc.gnu.org> * include/bits/stl_pair.h: Tweak comment markup. From-SVN: r53700
This commit is contained in:
parent
844f9ba6ad
commit
d476dcad7f
@ -1,3 +1,7 @@
|
||||
2002-05-21 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* include/bits/stl_pair.h: Tweak comment markup.
|
||||
|
||||
2002-05-21 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* include/ext/stdio_filebuf.h: Add header guards. Doxygenate.
|
||||
|
@ -95,7 +95,7 @@ inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
|
||||
return __x.first == __y.first && __x.second == __y.second;
|
||||
}
|
||||
|
||||
/// http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#pairlt
|
||||
/// <http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#pairlt>
|
||||
template <class _T1, class _T2>
|
||||
inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user