[libc++][test] Test nonconforming atomic_fetch_XXX overloads only on libc++
The Standard doesn't include the ```c++ template<class T> T* atomic_fetch_meow(atomic<T*>, ...); ``` templates these tests are testing. (See https://bugs.llvm.org/show_bug.cgi?id=47908)
Loading
Please sign in to comment