Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. In file included from ./test.cpp:4:
  2. In file included from C:/__BuildSource/__LIB__/android-ndk-r20-beta2/build//../sources/cxx-stl/llvm-libc++/includealgorithm:644:
  3. In file included from C:/__BuildSource/__LIB__/android-ndk-r20-beta2/build//../sources/cxx-stl/llvm-libc++/includememory:668:
  4. C:/__BuildSource/__LIB__/android-ndk-r20-beta2/build//../sources/cxx-stl/llvm-libc++/includeatomic:1167:49: error: expected ')'
  5. atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
  6. ^
  7. C:/__BuildSource/__LIB__/android-ndk-r20-beta2/build//../sources/cxx-stl/llvm-libc++/includeatomic:1167:1: note: to match this '('
  8. atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
  9. ^
  10. C:/__BuildSource/__LIB__/android-ndk-r20-beta2/build//../toolchains/llvm/prebuilt/windowslibclang8.0.7includestdatomic.h:250:68: note: expanded from macro 'atomic_is_lock_free'
  11. #define atomic_is_lock_free(obj) __c11_atomic_is_lock_free(sizeof(*(obj)))
  12.  
  13. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement