summaryrefslogtreecommitdiffstats
path: root/libcxx/include/list
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/list
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/list')
-rw-r--r--libcxx/include/list2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/list b/libcxx/include/list
index f37cffda437..800a1a3f5aa 100644
--- a/libcxx/include/list
+++ b/libcxx/include/list
@@ -40,7 +40,7 @@ public:
noexcept(is_nothrow_default_constructible<allocator_type>::value);
explicit list(const allocator_type& a);
explicit list(size_type n);
- explicit list(size_type n, const Allocator& a); // C++14
+ explicit list(size_type n, const allocator_type& a); // C++14
list(size_type n, const value_type& value);
list(size_type n, const value_type& value, const allocator_type& a);
template <class Iter>
OpenPOWER on IntegriCloud