From: Scott D. F. <sd...@ms...> - 2005-09-12 14:42:12
|
Hi Vinzenz, Thanks for your prompt response. Do you think you could also fix the problem with the grammar I mentioned (i.e., in Parser::rTempArgDeclaration)? Many Thanks, Scott Vinzenz Feenstra wrote: > Hi Scott, > > this is not a bug. This is a "feature" of the G++ STL to be more > standard. Since the standard says that std::auto_ptr<> does not meet the > assignable and copy contructable concept. But std::swap requires those > both concepts. > > If you're using std::swap with std::auto_ptr this is not standard > compliant. I already implemented the workaround in the CVS version. I've > just uploaded new CVS Snapshots from the CVS to the > http://opencxx.sf.net website > > BR > Vinzenz > > |