id summary reporter owner description type status milestone component version severity resolution keywords cc 12495 create_directories crashes when passed empty string as path Samantha Ritter Beman Dawes " {{{ boost::system::error_code ec; bool created = boost::filesystem::create_directories("""", ec); }}} The above code hits an assertion in create_directories and crashes: {{{ Assertion `(parent != p)&&(""internal error: p == p.parent_path()"")' failed. }}} " Bugs closed To Be Determined filesystem Boost 1.60.0 Problem fixed kevin.pulo@…