Skip to content

Commit 849a3d0

Browse files
committed
mstd_utility: add missing integer_sequence helpers
1 parent cbfa3b0 commit 849a3d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/cxxsupport/mstd_utility

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ using std::make_pair;
317317
using std::get;
318318
using std::pair;
319319
using std::integer_sequence;
320+
using std::index_sequence;
321+
using std::make_integer_sequence;
322+
using std::make_index_sequence;
323+
using std::index_sequence_for;
320324

321325
// C++17 [utility.as_const] */
322326
#if __cpp_lib_as_const >= 201510

0 commit comments

Comments
 (0)