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]

iterator template in stl_iterator.h


I've trying to port some code that uses the STL iterator template. However,
it appears that the iterator template in stl_iterator.h is declared only if
_STL_USE_NAMESPACE_ is defined, which it isn't as far as I can tell. I have
not found any option that relates to _STL_USE_NAMESPACE_ aside from one that
prevents namespaces altogether. Should I be using other iterators instead,
like random_access_iterator for instance (which I though was there for
backward compatibility only)?

Thanks for your help,

Jean-Do Sifantus

Jsifantu@bmc.com


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