C++重载运算符在.o文件中的符号
2018-09-29 本文已影响0人
Junior888
g++ -c test.cpp -o test.o
readelf -sW test.o
junior@ubuntu:~/cplus c++filt ZNK7ComplexplERKS
Complex::operator+(Complex const&) const
g++ -c test.cpp -o test.o
readelf -sW test.o
junior@ubuntu:~/cplus c++filt ZNK7ComplexplERKS
Complex::operator+(Complex const&) const