Boost C++ Libraries: Ticket #2884: has_operator_new https://svn.boost.org/trac10/ticket/2884 <p> I need this to address a TRAK ticket which deals with loading pointers to classes which overloaded new operator. Up to now, the serialization library couldn't handle that, now I believe it will be able to. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2884 Trac 1.4.3 Robert Ramey Tue, 24 Mar 2009 04:16:28 GMT attachment set https://svn.boost.org/trac10/ticket/2884 https://svn.boost.org/trac10/ticket/2884 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">has_new_operator.hpp</span> </li> </ul> Ticket Robert Ramey Tue, 24 Mar 2009 04:17:16 GMT attachment set https://svn.boost.org/trac10/ticket/2884 https://svn.boost.org/trac10/ticket/2884 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">has_operator_new.cpp</span> </li> </ul> Ticket John Maddock Tue, 24 Mar 2009 13:39:11 GMT status changed https://svn.boost.org/trac10/ticket/2884#comment:1 https://svn.boost.org/trac10/ticket/2884#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Robert, </p> <p> I've added a modified version of this to SVN Trunk: please note that I've modified to detect the presence of any of the standard operator new overloads: since if any one of these is defined, then the others get hidden. Tested with msvc, gcc, intel and sun compilers. </p> <p> Let me know if this is looking OK for you. </p> <p> John. </p> Ticket John Maddock Wed, 08 Apr 2009 09:54:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2884#comment:2 https://svn.boost.org/trac10/ticket/2884#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to release branch. </p> Ticket