Add test for a deleted default constructor

This commit is contained in:
Peter Dimov
2017-10-29 18:31:41 +02:00
committed by Andrzej Krzemienski
parent 2d2c3c3f6f
commit 9e0726cee1
2 changed files with 41 additions and 0 deletions

View File

@@ -73,5 +73,6 @@ import testing ;
[ run-fail optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_fail.cpp ]
[ run optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_pass.cpp ]
[ compile-fail optional_xconfig_NO_LEGAL_CONVERT_FROM_REF_fail.cpp ]
[ compile optional_test_deleted_default_ctor.cpp ]
;
}