id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12116,"filesystem::path::iterator does not work correctly with ""\\?\UNC\{servername}"" paths",jim@…,Beman Dawes,"{{{ #include #include #include int main() { path p(""\\\\?\\UNC\\google.com\\a\\b\\c\\file.txt""); for (auto i : p) { cout << i.string() << endl; } } }}} The above code generates: {{{ \\? / UNC google.com a b c file.txt }}} However, it should generate: {{{ \\?\UNC\google.com / a b c file.txt }}}",Bugs,new,To Be Determined,filesystem,Boost 1.61.0,Problem,,,