@@ -1353,9 +1353,8 @@ template <class _Key,
1353
1353
class _Allocator = allocator<pair<const _Key, _Tp>>,
1354
1354
class = enable_if_t <!__is_allocator<_Compare>::value, void >,
1355
1355
class = enable_if_t <__is_allocator<_Allocator>::value, void >>
1356
- map (initializer_list<pair<_Key, _Tp>>,
1357
- _Compare = _Compare(),
1358
- _Allocator = _Allocator()) -> map<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1356
+ map (initializer_list<pair<_Key, _Tp>>, _Compare = _Compare(), _Allocator = _Allocator())
1357
+ -> map<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1359
1358
1360
1359
template <class _InputIterator ,
1361
1360
class _Allocator ,
@@ -1374,8 +1373,8 @@ map(from_range_t, _Range&&, _Allocator)
1374
1373
# endif
1375
1374
1376
1375
template <class _Key , class _Tp , class _Allocator , class = enable_if_t <__is_allocator<_Allocator>::value, void >>
1377
- map (initializer_list<pair<_Key, _Tp>>,
1378
- _Allocator) -> map<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
1376
+ map (initializer_list<pair<_Key, _Tp>>, _Allocator)
1377
+ -> map<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
1379
1378
# endif
1380
1379
1381
1380
# ifndef _LIBCPP_CXX03_LANG
@@ -1911,9 +1910,8 @@ template <class _Key,
1911
1910
class _Allocator = allocator<pair<const _Key, _Tp>>,
1912
1911
class = enable_if_t <!__is_allocator<_Compare>::value, void >,
1913
1912
class = enable_if_t <__is_allocator<_Allocator>::value, void >>
1914
- multimap (initializer_list<pair<_Key, _Tp>>,
1915
- _Compare = _Compare(),
1916
- _Allocator = _Allocator()) -> multimap<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1913
+ multimap (initializer_list<pair<_Key, _Tp>>, _Compare = _Compare(), _Allocator = _Allocator())
1914
+ -> multimap<remove_const_t<_Key>, _Tp, _Compare, _Allocator>;
1917
1915
1918
1916
template <class _InputIterator ,
1919
1917
class _Allocator ,
@@ -1932,8 +1930,8 @@ multimap(from_range_t, _Range&&, _Allocator)
1932
1930
# endif
1933
1931
1934
1932
template <class _Key , class _Tp , class _Allocator , class = enable_if_t <__is_allocator<_Allocator>::value, void >>
1935
- multimap (initializer_list<pair<_Key, _Tp>>,
1936
- _Allocator) -> multimap<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
1933
+ multimap (initializer_list<pair<_Key, _Tp>>, _Allocator)
1934
+ -> multimap<remove_const_t<_Key>, _Tp, less<remove_const_t<_Key>>, _Allocator>;
1937
1935
# endif
1938
1936
1939
1937
# ifndef _LIBCPP_CXX03_LANG
0 commit comments