Sign in
android
/
platform
/
external
/
pytorch
/
fca03eeec128b0bc8c7dd543ea9726fb5864f512
/
.
/
torch
/
abi-check.cpp
blob: e506eb7831cad496608568ca1842f61add963ee8 [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
#ifdef
_GLIBCXX_USE_CXX11_ABI
std
::
cout
<<
_GLIBCXX_USE_CXX11_ABI
;
#else
std
::
cout
<<
0
;
#endif
}