Skip to content

Commit

Permalink
mstd_utility: add missing integer_sequence helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbracey committed Aug 22, 2019
1 parent cbfa3b0 commit 849a3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/cxxsupport/mstd_utility
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ using std::make_pair;
using std::get;
using std::pair;
using std::integer_sequence;
using std::index_sequence;
using std::make_integer_sequence;
using std::make_index_sequence;
using std::index_sequence_for;

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

0 comments on commit 849a3d0

Please sign in to comment.