We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect_cxxstring_abi
std::map::erase[abi:cxx11]
Found this when I was working on Glibmm.
These symbols are incorrectly detected as evidence of a cxx11 string ABI by BinaryBuilder:
sandbox:${WORKSPACE}/srcdir/glibmm-2.66.6/builddir # nm /workspace/destdir/lib/libgiomm-2.4.so | c++filt | grep cxx11 00000000001617f4 t std::map<Glib::ustring, (anonymous namespace)::OptionArgCallbackData*, std::less<Glib::ustring>, std::allocator<std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*> > >::erase[abi:cxx11](std::_Rb_tree_iterator<std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*> >) 0000000000161ae4 t std::_Rb_tree<Glib::ustring, std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*>, std::_Select1st<std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*> >, std::less<Glib::ustring>, std::allocator<std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*> > >::erase[abi:cxx11](std::_Rb_tree_iterator<std::pair<Glib::ustring const, (anonymous namespace)::OptionArgCallbackData*> >)
There are probably others too.
The text was updated successfully, but these errors were encountered:
That's coming from
BinaryBuilder.jl/src/auditor/compiler_abi.jl
Lines 203 to 208 in 673c93e
Sorry, something went wrong.
No branches or pull requests
Found this when I was working on Glibmm.
These symbols are incorrectly detected as evidence of a cxx11 string ABI by BinaryBuilder:
There are probably others too.
The text was updated successfully, but these errors were encountered: