mirror of
https://github.com/boostorg/atomic.git
synced 2026-01-27 18:52:09 +00:00
Fixes #10994. Fixed compilation with gcc 4.4 when cmpxchg16b is used.
This commit is contained in:
@@ -46,6 +46,9 @@ int main(int, char *[])
|
||||
test_struct_api<test_struct<boost::uint32_t> >();
|
||||
test_struct_api<test_struct<boost::uint64_t> >();
|
||||
|
||||
// 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> >();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user