Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - And kudos to Walter, at least two bugs were boost bugs
that none of the other compilers cought... like feeding a const ref to an auto_ptr... figures! Next step, regression tests... Dec 11 2003
that none of the other compilers cought... like feeding a const ref to an auto_ptr... figures! Dec 12 2003
In article <brdlju$13fn$1 digitaldaemon.com>, Matthew Wilson says...that none of the other compilers cought... like feeding a const ref to an auto_ptr... figures! Dec 12 2003
It's legal to delete something that is const. Deletion is not class as modifying it. <G> "dan" <dan_member pathlink.com> wrote in message news:brdp3n$18p0$1 digitaldaemon.com...In article <brdlju$13fn$1 digitaldaemon.com>, Matthew Wilson says...that none of the other compilers cought... like feeding a const ref to Dec 12 2003
In article <brdupq$1ml2$1 digitaldaemon.com>, Matthew Wilson says...It's legal to delete something that is const. Deletion is not class as modifying it. <G> Dec 12 2003
|