summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/allocator.h
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-20 13:48:28 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-20 13:48:28 +0000
commitf4f69401831390f9a126a281cf9dd9912c66aae0 (patch)
treefbf86d12ab6a268a5507e6198b4aacdb5467d2aa /libstdc++-v3/include/bits/allocator.h
parent85a79c1e80d53b6801dad529664f97b757882b3b (diff)
downloadppe42-gcc-f4f69401831390f9a126a281cf9dd9912c66aae0.tar.gz
ppe42-gcc-f4f69401831390f9a126a281cf9dd9912c66aae0.zip
2012-11-20 Matthias Klose <doko@ubuntu.com>
* doc/doxygen/user.cfg.in (ALIASES). Escape sharp braces. * include/bits/allocator.h: Escape sharp braces in comment. * include/profile/impl/profiler_algos.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/allocator.h')
-rw-r--r--libstdc++-v3/include/bits/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h
index 5ccb4918848..4bfabac0ced 100644
--- a/libstdc++-v3/include/bits/allocator.h
+++ b/libstdc++-v3/include/bits/allocator.h
@@ -150,7 +150,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
{ return false; }
- /// Declare uses_allocator so it can be specialized in <queue> etc.
+ /// Declare uses_allocator so it can be specialized in \<queue\> etc.
template<typename, typename>
struct uses_allocator;
OpenPOWER on IntegriCloud