9 Commits

Author SHA1 Message Date
Andrzej Krzemienski
b8fd0bcb5f fix swap tests 2024-10-17 07:15:01 +02:00
Andrzej Krzemienski
01e80d2b87 drop dependency on boost.detail 2024-01-03 21:41:26 +01:00
Edward Diener
78d6563bce Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. 2020-03-30 14:04:35 -04:00
Andrzej Krzemieński
5878212b04 removed incorrect noexcept from tests 2016-02-15 09:14:56 +01:00
Andrzej Krzemienski
b5b8414c06 Primary template optional<> does not handle references 2016-02-13 00:46:41 +01:00
akumta
4b91299d10 update for ticket #11927
std::swap for C++ 03 is located under <algorithm> and for C++11 under <utility>
2016-01-20 11:15:40 -08:00
Andrzej Krzemienski
8ca74951b0 Added emplace(void) for older compilers 2015-05-15 18:10:19 +02:00
Andrzej Krzemienski
c12beb8991 test cleanup 2015-01-16 22:19:00 +01:00
Andrzej Krzemienski
2437f9cb4c testing swap() in a separate file 2015-01-16 19:16:12 +01:00