This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

C++: How to disable/avoid namespaces.


Hi,

I have the following problem. 
I have a C++ application which links to a C library, unfortunately the
library defines a global symbols called std, this clashes with STL's std
namespace.
I don't have the src to the C library, so I cannot cahnge the name of
the std global variable it declares, is there anyway to tell STL to
avoid declaring its namespace, or just disable namespaces completely?

many thanx in advance.

Saludos,
IvO


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]