2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-27 06:42:09 +00:00

Fixes #10994. Fixed compilation with gcc 4.4 when cmpxchg16b is used.

This commit is contained in:
Andrey Semashev
2015-08-17 23:27:37 +03:00
parent b1bb36c5b3
commit ff91811c1a
4 changed files with 67 additions and 7 deletions

View File

@@ -58,6 +58,9 @@ int main(int, char *[])
test_struct_api<test_struct<boost::uint128_type> >();
#endif
// https://svn.boost.org/trac/boost/ticket/10994
test_struct_x2_api<test_struct_x2<boost::uint64_t> >();
// https://svn.boost.org/trac/boost/ticket/9985
test_struct_api<test_struct<double> >();