Boost C++ Libraries: Ticket #8388: windows_file_codecvt should be allocated with _NEW_CRT https://svn.boost.org/trac10/ticket/8388 <p> Due to a bug in VC libraries, when allocating windows_file_codecvt it should be done with _NEW_CRT instead of new. Otherwise if operator new is overriden in the userland application it would be a crash since windows_file_codecvt is allocated with the user provided operator new and deallocated with delete from the C runtime. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8388 Trac 1.4.3 viboes Sun, 07 Apr 2013 18:27:25 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8388#comment:1 https://svn.boost.org/trac10/ticket/8388#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">filesystem</span> </li> </ul> Ticket Beman Dawes Sat, 02 Aug 2014 16:16:04 GMT status changed https://svn.boost.org/trac10/ticket/8388#comment:2 https://svn.boost.org/trac10/ticket/8388#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket