mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 23:10:54 +00:00
Fix bad _LIBCPP_ALIGNOF test
llvm-svn: 347790
This commit is contained in:
parent
4d64d7dd64
commit
901ede719b
@ -21,7 +21,6 @@ template <class T>
|
||||
void test() {
|
||||
static_assert(_LIBCPP_ALIGNOF(T) == std::alignment_of<T>::value, "");
|
||||
static_assert(_LIBCPP_ALIGNOF(T) == TEST_ALIGNOF(T), "");
|
||||
static_assert(alignof(T) == __alignof(T), "");
|
||||
#if TEST_STD_VER >= 11
|
||||
static_assert(_LIBCPP_ALIGNOF(T) == alignof(T), "");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user