2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 04:42:12 +00:00

3 Commits

Author SHA1 Message Date
Andrey Semashev
ffd2a86d5f Ported tests to lightweight_test.hpp.
This will allow to work around compilation warnings and errors on
MinGW coming from Boost.Test.
2019-01-03 21:22:44 +03:00
Andrey Semashev
6ff3d05f5b Disabled thread_specific_ptr tests with custom deleters with UBSan.
The implementation uses the deleter type erasure as an optimization, which is
strictly speaking not standard C++, but works in practice. The fact that
it works is verified by the tests.
2018-11-14 01:05:31 +03:00
Andrey Semashev
6ad2dc87cd Added more tests.
[SVN r86480]
2013-10-27 16:11:25 +00:00