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.
mingw bin のディレクトリの c++fit が正しい結果を返せないのはなぜですか?
C:\MinGW\bin>c++filt _Z5funcAv _Z5funcAv
しかし、CentOS システムでは、c++filt は正しい結果を返すことができます。
#c++filt _Z5funcAv funcA()
それを理解する方法は?