value constructor is sfinae-friendly

This commit is contained in:
Andrzej Krzemienski
2016-02-19 18:41:42 +01:00
parent 5ffa3fd2f6
commit f6e09fbf9c
6 changed files with 73 additions and 7 deletions

View File

@ -39,6 +39,7 @@ import testing ;
[ run optional_test_emplace.cpp ]
[ run optional_test_minimum_requirements.cpp ]
[ run optional_test_msvc_bug_workaround.cpp ]
[ compile optional_test_sfinae_friendly_value_ctor.cpp ]
[ compile-fail optional_test_ref_convert_assign_const_int_prevented.cpp ]
[ compile-fail optional_test_fail1.cpp ]
[ compile-fail optional_test_fail3a.cpp ]