Re: C++ default namespace

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux