From: Jason Nye Newsgroups: comp.os.msdos.djgpp Subject: Namespaces and g++ Date: Tue, 16 Sep 1997 21:14:05 -0300 Organization: NBTel Internet Lines: 7 Message-ID: <341F20CD.7BF3@nbnet.nb.ca> NNTP-Posting-Host: mctnts06c30.nbnet.nb.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I just learned about C++ namespaces and I have decided that they are definitly the way to go especially for large projects. I've tried to use them with g++ 2.7.2.1 and I get a warning saying that namespaces are mostly broken with that version. Is 2.7.2.1 the latest version, if not does the latest version support namespaces and where can I find it (I looked up www.delorie.com and the latest version I saw there was 2.7.2.1).