mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01:00
Added explicit_operator_bool tests to Jamfile.
This commit is contained in:
@@ -29,4 +29,11 @@ test-suite "core"
|
|||||||
[ run eif_namespace_disambiguation.cpp ]
|
[ run eif_namespace_disambiguation.cpp ]
|
||||||
[ run eif_no_disambiguation.cpp ]
|
[ run eif_no_disambiguation.cpp ]
|
||||||
[ run eif_partial_specializations.cpp ]
|
[ run eif_partial_specializations.cpp ]
|
||||||
|
|
||||||
|
[ run explicit_operator_bool.cpp ]
|
||||||
|
[ run explicit_operator_bool_noexcept.cpp ]
|
||||||
|
[ compile-fail explicit_operator_bool_compile_fail_conv_int.cpp ]
|
||||||
|
[ compile-fail explicit_operator_bool_compile_fail_conv_pvoid.cpp ]
|
||||||
|
[ compile-fail explicit_operator_bool_compile_fail_delete.cpp ]
|
||||||
|
[ compile-fail explicit_operator_bool_compile_fail_shift.cpp ]
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user