Apoorslime via Gcc-help <gcc-help@xxxxxxxxxxx> writes: > Hi, sorry for the inconvenience... There is none :-) > ... but I couldn't understand what it's for > namespace std _GLIBCXX_VISIBILITY(default) { This 'annotation' sets the ELF visibility of the symbols inside the namespace to 'default', if supported. What this means for the symbols in the std namespace is that they will be visible to users of libstdc++.so. > } -- Arsen Arsenović
Attachment:
signature.asc
Description: PGP signature