I have a C++ library with a C API, and I have set the -fvisibility=hidden
compiler flag,and then I have set __attribute__ ((visibility ("default")))
on C API methods.
However, I still see visible C++ symbols. When I create a debian package for my library,I get the following symbols file
Why are these symbols still visible ?