File tree 8 files changed +2075
-0
lines changed
P0843R2_static_vector_death
8 files changed +2075
-0
lines changed Original file line number Diff line number Diff line change 115
115
#include < span>
116
116
#include < sstream>
117
117
#include < stack>
118
+ #include < static_vector>
118
119
#include < stdexcept>
119
120
#include < streambuf>
120
121
#include < string>
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 234
234
// P1831R1 Deprecating volatile In The Standard Library
235
235
// Other C++20 deprecation warnings
236
236
237
+ // _HAS_CXX23 directly controls:
238
+ // P0843R2 Implement static_vector
239
+
237
240
// Parallel Algorithms Notes
238
241
// C++ allows an implementation to implement parallel algorithms as calls to the serial algorithms.
239
242
// This implementation parallelizes several common algorithm calls, but not all.
Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ tests\P0768R1_spaceship_operator
254
254
tests\P0769R2_shift_left_shift_right
255
255
tests\P0784R7_library_support_for_more_constexpr_containers
256
256
tests\P0811R3_midpoint_lerp
257
+ tests\P0843R2_static_vector
258
+ tests\P0843R2_static_vector_death
257
259
tests\P0896R4_common_iterator
258
260
tests\P0896R4_common_iterator_death
259
261
tests\P0896R4_counted_iterator
Original file line number Diff line number Diff line change
1
+ # Copyright (c) Microsoft Corporation.
2
+ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3
+
4
+ RUNALL_INCLUDE ..\concepts_matrix.lst
You can’t perform that action at this time.
0 commit comments