added test for swapping const opitonals

This commit is contained in:
Andrzej Krzemienski
2018-10-25 00:37:13 +02:00
parent 0f8e356bca
commit fae2791f45
2 changed files with 27 additions and 0 deletions

View File

@ -49,6 +49,7 @@ import testing ;
[ run optional_test_member_T.cpp ]
[ run optional_test_tc_base.cpp ]
[ compile optional_test_sfinae_friendly_ctor.cpp ]
[ compile-fail optional_test_fail_const_swap.cpp ]
[ compile-fail optional_test_ref_convert_assign_const_int_prevented.cpp ]
[ compile-fail optional_test_fail1.cpp ]
[ compile-fail optional_test_fail3a.cpp ]