The (in)equality comparison with boost::none does not require that T be EqualityComparable

This commit is contained in:
Andrzej Krzemienski
2014-04-29 22:59:06 +02:00
parent d59f47156f
commit c51f3e810b
9 changed files with 148 additions and 16 deletions

View File

@ -22,6 +22,7 @@ import testing ;
[ run optional_test_inplace.cpp ]
[ run optional_test_io.cpp ]
[ run optional_test_move.cpp ]
[ run optional_test_equals_none.cpp ]
[ compile-fail optional_test_fail1.cpp ]
[ compile-fail optional_test_fail3a.cpp ]
[ compile-fail optional_test_fail3b.cpp ]