diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-20 13:48:28 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-20 13:48:28 +0000 |
commit | f4f69401831390f9a126a281cf9dd9912c66aae0 (patch) | |
tree | fbf86d12ab6a268a5507e6198b4aacdb5467d2aa /libstdc++-v3/include/bits/allocator.h | |
parent | 85a79c1e80d53b6801dad529664f97b757882b3b (diff) | |
download | ppe42-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.h | 2 |
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; |