From: <se...@in...> - 2005-09-12 21:50:00
|
On Mon, 2005-09-12 at 16:07 +0200, 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. if i understand correctly the problem is on the 2.8 branch version. i see nothing new committed. Changes that are commit, suppose to appear on opencxx-commit > I've just uploaded new CVS Snapshots from the CVS to the > http://opencxx.sf.net website > > BR > Vinzenz |