1
0
forked from boostorg/core

Renamed test and added to Jamfile.

This commit is contained in:
Andrey Semashev
2014-06-12 19:53:08 +04:00
parent 79a9e9414b
commit 2ace824e44
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ run eif_namespace_disambiguation.cpp ;
run eif_no_disambiguation.cpp ;
run eif_partial_specializations.cpp ;
compile-fail ../noncopyable_compile_fail.cpp ;
run explicit_operator_bool.cpp ;
run explicit_operator_bool_noexcept.cpp ;
compile-fail explicit_operator_bool_compile_fail_conv_int.cpp ;