mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 08:22:08 +00:00
Fixed incorrect calculation of the min distance limit for arithmetic tests. Moved some of the arithmetic tests to a separate function because otherwise MSVC-10 for x64 generated broken code (the code would use garbage values in registers to pass arguments to add_and_test/sub_and_test). Added output operators and employed newer test macros that output compared values in case of test failure.