mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 06:44:37 +02:00
Moved min/max to MPL.Core.
This commit is contained in:
@@ -26,6 +26,7 @@ run int.cpp ;
|
|||||||
run char.cpp ;
|
run char.cpp ;
|
||||||
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed ;
|
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed ;
|
||||||
compile logical.cpp ;
|
compile logical.cpp ;
|
||||||
|
compile min_max.cpp ;
|
||||||
compile no_has_xxx.cpp ;
|
compile no_has_xxx.cpp ;
|
||||||
compile numeric_ops.cpp ;
|
compile numeric_ops.cpp ;
|
||||||
run print.cpp ;
|
run print.cpp ;
|
||||||
|
@@ -56,7 +56,6 @@ compile list_c.cpp ;
|
|||||||
compile lower_bound.cpp ;
|
compile lower_bound.cpp ;
|
||||||
compile map.cpp ;
|
compile map.cpp ;
|
||||||
compile max_element.cpp ;
|
compile max_element.cpp ;
|
||||||
compile min_max.cpp ;
|
|
||||||
compile multiset.cpp ;
|
compile multiset.cpp ;
|
||||||
compile next.cpp ;
|
compile next.cpp ;
|
||||||
compile pair_view.cpp ;
|
compile pair_view.cpp ;
|
||||||
|
Reference in New Issue
Block a user