Moved min/max to MPL.Core.

This commit is contained in:
Andrey Semashev
2014-08-30 20:26:01 +04:00
parent 07bff9e105
commit e296279084
6 changed files with 1 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ run int.cpp ;
run char.cpp ;
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed ;
compile logical.cpp ;
compile min_max.cpp ;
compile no_has_xxx.cpp ;
compile numeric_ops.cpp ;
run print.cpp ;

View File

@@ -56,7 +56,6 @@ compile list_c.cpp ;
compile lower_bound.cpp ;
compile map.cpp ;
compile max_element.cpp ;
compile min_max.cpp ;
compile multiset.cpp ;
compile next.cpp ;
compile pair_view.cpp ;