We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ec47b commit a66415fCopy full SHA for a66415f
libcxx/include/vector
@@ -1299,7 +1299,7 @@ template <class _Tp, class _Allocator>
1299
_LIBCPP_CONSTEXPR_SINCE_CXX20 inline _LIBCPP_HIDE_FROM_ABI
1300
vector<_Tp, _Allocator>::vector(initializer_list<value_type> __il, const allocator_type& __a)
1301
: __alloc_(__a) {
1302
- __init_with_size(__il.begin(), __il.end(), __il.size());;
+ __init_with_size(__il.begin(), __il.end(), __il.size());
1303
}
1304
1305
#endif // _LIBCPP_CXX03_LANG
0 commit comments