Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、clang 用の簡単で汚いデマングラーを書こうとしています。を使用するコードabi::__cxa_demangleを見つけましたが、必要なヘッダーがわかりません。当然の選択はABI.h ですが、次のようになります。
abi::__cxa_demangle
demangle.cpp:2:10: fatal error: 'ABI.h' file not found #include <ABI.h> ^
何を使用する必要がありますabi::__cxa_demangleか?
を含めますcxxabi.h。Ubuntu 13 では、このヘッダーは gcc の/usr/include/c++/4.xマイナーxバージョンです。
cxxabi.h
/usr/include/c++/4.x
x