mirror of https://github.com/ARMmbed/mbed-os.git
mstd_utility: add missing integer_sequence helpers
parent
d45e3b5e57
commit
3664912acc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue