Date: Sat, 24 Nov 2001 12:26:40 -0500 Message-Id: <200111241726.fAOHQeT01401@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (jason_hsu AT my-deja DOT com) Subject: Re: THANKS and a question on "using namespace std;" References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Why didn't I need it before on what I suspect was an earlier version > of DJGPP? If a new version of DJGPP requiring this line was added > recently, why was the change necessary? Most likely you upgraded gcc. GCC 3.0 follows the C++ standard more strictly, so if your code wasn't strictly compliant before you need to make it strictly compliant now.