DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / torch / abi-check.cpp
123456789
#include <iostream> int main() { #ifdef _GLIBCXX_USE_CXX11_ABI std::cout << _GLIBCXX_USE_CXX11_ABI; #else std::cout << 0; #endif }