Andrzej Krzemienski
63454c11aa
unit-tests for optional ref conversion fix
2016-10-06 23:17:20 +02:00
Andrzej Krzemienski
08076e3964
fixed optional<optional<T>&> case
2016-05-17 00:54:09 +02:00
Andrzej Krzemienski
414728970a
fixed optional refs test.
...
I was using default values for function teplate parameters, wchich does not compile in C++03.
2016-02-17 16:26:47 +01:00
Andrzej Krzemienski
b0602a1161
more unit test for opt ref swap and abstract types
2016-02-17 00:01:13 +01:00
Andrzej Krzemienski
9e3a4a9b7b
finished dividing optional ref tests
2015-01-08 11:33:58 +01:00
Andrzej Krzemienski
cf665bc3f7
More fine grained optional ref assign tests
2015-01-07 18:39:58 +01:00
Andrzej Krzemienski
a2268d78b4
more optional ref tesst
...
this breaks on msvc, but that only reveals the problems that were there anyway.
2014-12-10 23:10:07 +01:00
Andrzej Krzemienski
0818b0a25c
Fixed noexcept tests, added opt ref tests
2014-12-06 23:03:39 +01:00
Andrzej Krzemienski
4df589686c
refactoring optional ref tests
2014-12-01 18:03:46 +01:00
Andrzej Krzemienski
1e2aed8276
unit test improvements
...
I have split tests for conversions from uptional<U> and from U to optional<T>.
I have split the optional refs tests that are expected to pass on all compilers.
I started using lightweight_test instead of Boost.Test (now only in some files).
2014-11-29 22:51:45 +01:00