Boost C++ Libraries: Ticket #5953: Compilation problem in library_status due to switching to boost.filesystem V3 https://svn.boost.org/trac10/ticket/5953 <p> In the trunk version of boost and version .47, tools\regression\src\library_status.cpp does not compile on windows. </p> <p> path::native() returns a wstring, while the program expects a string. </p> <p> I attach a patch with some modifications that correct it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5953 Trac 1.4.3 Loïc Joly <loic.actarus.joly@…> Wed, 28 Sep 2011 12:48:22 GMT attachment set https://svn.boost.org/trac10/ticket/5953 https://svn.boost.org/trac10/ticket/5953 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">library_status.patch</span> </li> </ul> <p> Patch </p> Ticket Robert Ramey Fri, 19 Oct 2012 21:13:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5953#comment:1 https://svn.boost.org/trac10/ticket/5953#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Looks to me that a patch has already been applied so I'll mark this as fixed. </p> Ticket