Skip to content

Commit 74625a1

Browse files
committed
ci
1 parent bac0f3c commit 74625a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Implemented Papers
4343
- P2985R0: A type trait for detecting virtual base classes (`Github <https://github.com/llvm/llvm-project/issues/105432>`__)
4444
- ``std::jthread`` and ``<stop_token>`` are not guarded behind ``-fexperimental-library`` anymore
4545
- P2674R1: A trait for implicit lifetime types (`Github <https://github.com/llvm/llvm-project/issues/105259>`__)
46-
- P0429R9: A Standard ``flat_map`` is partially implemented and ``flat_map`` is provided (`https://github.com/llvm/llvm-project/issues/105190`__)
46+
- P0429R9: A Standard ``flat_map`` is partially implemented and ``flat_map`` is provided (`Github<https://github.com/llvm/llvm-project/issues/105190>`__)
4747

4848
Improvements and New Features
4949
-----------------------------

libcxx/include/__flat_map/flat_map.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <__iterator/concepts.h>
3131
#include <__iterator/distance.h>
3232
#include <__iterator/iterator_traits.h>
33+
#include <__iterator/next.h>
3334
#include <__iterator/ranges_iterator_traits.h>
3435
#include <__iterator/reverse_iterator.h>
3536
#include <__memory/allocator_traits.h>

0 commit comments

Comments
 (0)