mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-06 08:29:23 +01:00
Rename make_from_tuple to construct_from_tuple
This commit is contained in:
@@ -95,11 +95,11 @@ run integer_sequence.cpp : : : $(REQ) ;
|
||||
|
||||
# tuple
|
||||
run tuple_for_each.cpp : : : $(REQ) ;
|
||||
run tuple_for_each_cx.cpp : : : $(REQ) ;
|
||||
compile tuple_for_each_cx.cpp : : : $(REQ) ;
|
||||
run tuple_apply.cpp : : : $(REQ) ;
|
||||
run tuple_apply_cx.cpp : : : $(REQ) ;
|
||||
run make_from_tuple.cpp : : : $(REQ) ;
|
||||
run make_from_tuple_cx.cpp : : : $(REQ) ;
|
||||
compile tuple_apply_cx.cpp : : : $(REQ) ;
|
||||
run construct_from_tuple.cpp : : : $(REQ) ;
|
||||
compile construct_from_tuple_cx.cpp : : : $(REQ) ;
|
||||
|
||||
# set
|
||||
run mp_set_contains.cpp : : : $(REQ) ;
|
||||
|
||||
Reference in New Issue
Block a user