Martin Hořeňovský
|
53864dee7b
|
Fix MSVC compilation error
MSVC's `std::vector` requires its allocator to have copy constructor
from the same allocator kind, but templated over different type.
|
2017-04-25 19:54:22 +02:00 |
|
Phil Nash
|
79650e44f4
|
Removed more C++98/03 compatibility
|
2017-04-25 12:40:52 +01:00 |
|
Phil Nash
|
0f0dcd31eb
|
Excluded two more C++11 tests from Approval tests
|
2017-01-09 14:37:28 +00:00 |
|
Phil Nash
|
6ed74b5cab
|
changed hex threshold on ints to 255
- and print it in *addition* to the decimal form
|
2015-05-20 18:28:22 +01:00 |
|
Phil Nash
|
886ef1620a
|
Some minor tidy-up/ style alignment of recent toString merges
|
2014-09-04 07:27:09 +01:00 |
|
Andy Sawyer
|
abf9ffc982
|
A bunch of Catch::toString tests
|
2014-09-01 18:09:37 +01:00 |
|