Boost C++ Libraries: Ticket #9060: Undocumented breaking change in boost:::filesystem::create_directories https://svn.boost.org/trac10/ticket/9060 <p> There was a change in create_directories since 1.48.0 where it handles empty paths differently. In 1.48.0, the function would return false, but in recent versions it will throw an exception instead of returning false because the logic that handles empty paths was removed. This case is not covered in the unit tests. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9060 Trac 1.4.3 Nick Kochakian <nkochakian@…> Wed, 28 Aug 2013 12:38:13 GMT summary changed https://svn.boost.org/trac10/ticket/9060#comment:1 https://svn.boost.org/trac10/ticket/9060#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">Undocumented breaking changes in boost:::filesystem::create_directories</span> → <span class="trac-field-new">Undocumented breaking change in boost:::filesystem::create_directories</span> </li> </ul> Ticket Charles Olivi <charles.olivi@…> Sat, 19 Nov 2016 09:47:43 GMT <link>https://svn.boost.org/trac10/ticket/9060#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9060#comment:2</guid> <description> <p> Hi, I did a PR for that: <a class="ext-link" href="https://github.com/boostorg/filesystem/pull/36"><span class="icon">​</span>https://github.com/boostorg/filesystem/pull/36</a> Thanks, Charles </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Wed, 23 Nov 2016 15:07:03 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9060#comment:3 https://svn.boost.org/trac10/ticket/9060#comment:3 <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> Fixed. Thanks to both of you! </p> <p> --Beman </p> Ticket