summaryrefslogtreecommitdiffstats
path: root/libcxx/include/deque
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-09-09 18:19:45 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-09-09 18:19:45 +0000
commitf1b6d1b5388058fe06efd53e35b30cbcf3d716cb (patch)
tree0851c02474481aff48c10b5bbeb8c502b34efbba /libcxx/include/deque
parentfc7baa005f2c1933bb424830ead8271871d8c742 (diff)
downloadbcm5719-llvm-f1b6d1b5388058fe06efd53e35b30cbcf3d716cb.tar.gz
bcm5719-llvm-f1b6d1b5388058fe06efd53e35b30cbcf3d716cb.zip
Update synopsis for list/forward_list/deque to match the allocator style of existing comment. No code change
llvm-svn: 190320
Diffstat (limited to 'libcxx/include/deque')
-rw-r--r--libcxx/include/deque2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/deque b/libcxx/include/deque
index 5bb8ff7a8ab..e552858a558 100644
--- a/libcxx/include/deque
+++ b/libcxx/include/deque
@@ -41,7 +41,7 @@ public:
deque() noexcept(is_nothrow_default_constructible<allocator_type>::value);
explicit deque(const allocator_type& a);
explicit deque(size_type n);
- explicit deque(size_type n, const Allocator& a); // C++14
+ explicit deque(size_type n, const allocator_type& a); // C++14
deque(size_type n, const value_type& v);
deque(size_type n, const value_type& v, const allocator_type& a);
template <class InputIterator>
OpenPOWER on IntegriCloud