Author Topic: map class  (Read 17774 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: map class
« Reply #15 on: March 18, 2006, 07:00:49 pm »
From what I have learned so far from the mingw group, the problem lies in placing the "using namespace std" inside a namespace.  The person who replied with the answer for me, Thomas Tutone, was under the understanding that the Standard library should be defined under ::std (or the global namespace as the base part) which is different from ptl::std.  I have used "using name space" outside of a namespace plenty of times.

   Anyways.  I am attempting to post a similar question to comp.lang.c++.moderated to find out what the experts who lurk there have to say about it.

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.