You can now manually disable move semantics.

This may be useful in MSVC to work around a bug described in Trac #10399
This commit is contained in:
Andrzej Krzemienski
2015-01-21 15:03:17 +01:00
parent 726b227aa9
commit f229257f30
6 changed files with 90 additions and 38 deletions

View File

@ -33,6 +33,7 @@ import testing ;
[ run optional_test_value_access.cpp ]
[ run optional_test_emplace.cpp ]
[ run optional_test_minimum_requirements.cpp ]
[ run optional_test_msvc_bug_workaround.cpp ]
[ compile-fail optional_test_fail1.cpp ]
[ compile-fail optional_test_fail3a.cpp ]
[ compile-fail optional_test_fail3b.cpp ]