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]

__STL_USE_NAMESPACES



Is there a reason we don't define this macro in stl_config.h?  I know
that we don't honor the std namespace by default, yet, so the fact
that STL puts a lot of stuff in the std namespace shouldn't matter,
right?  I ask because the `iterator' template is disabled based on
__STL_USE_NAMESPACES.  Presumably, this is to avoid conflicts with
global types/objects named `iterator', but this doesn't really make
sense to me.  I propose that we define __STL_USE_NAMESPACES, thereby
activating `iterator'.  Thoughts?

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com


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