mirror of
https://github.com/boostorg/atomic.git
synced 2026-01-28 19:12:08 +00:00
atomic: remove remaining C99 ints
Remove remaining references to (u)intX_t, use the boost::(u)intX_t ones instead. Fixes remaining unit test failures on Windows. [SVN r79670]
This commit is contained in:
@@ -38,10 +38,10 @@ int test_main(int, char *[])
|
||||
|
||||
test_enum_api();
|
||||
|
||||
test_struct_api<test_struct<uint8_t> >();
|
||||
test_struct_api<test_struct<uint16_t> >();
|
||||
test_struct_api<test_struct<uint32_t> >();
|
||||
test_struct_api<test_struct<uint64_t> >();
|
||||
test_struct_api<test_struct<boost::uint8_t> >();
|
||||
test_struct_api<test_struct<boost::uint16_t> >();
|
||||
test_struct_api<test_struct<boost::uint32_t> >();
|
||||
test_struct_api<test_struct<boost::uint64_t> >();
|
||||
|
||||
test_large_struct_api();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user