Revert a test using padding bits in atomics

This commit is contained in:
Olivier Giroux 2020-09-09 12:14:53 -07:00
parent 5a4a0cfcfb
commit 11352fa83b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ struct TestEachAtomicType {
These aren't going to be lock-free,
so some libatomic.a is necessary.
*/
TestFunctor<WeirdUserAtomicType>()();
//TestFunctor<WeirdUserAtomicType>()(); //< Actually, nobody is ready for this until P0528
TestFunctor<LargeUserAtomicType>()();
#endif
TestFunctor<int*>()();