Skip to content

Commit 01bfe42

Browse files
committed
rebase
1 parent f6e6418 commit 01bfe42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/include/__flat_map/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct __flat_map_utils {
9494
}
9595

9696
template <class _Map, class _InputIterator>
97-
_LIBCPP_HIDE_FROM_ABI static typename _Map::size_type
97+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static typename _Map::size_type
9898
__append(_Map& __map, _InputIterator __first, _InputIterator __last)
9999
requires __is_product_iterator_of_size<_InputIterator, 2>::value
100100
{

libcxx/test/libcxx/iterators/product_iterator.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: c++03, c++11, c++14, c++17
9+
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1010
// gcc 15 does not seem to recognize the __product_iterator_traits specializations
1111
// UNSUPPORTED: gcc
1212

0 commit comments

Comments
 (0)