id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11061,imposible to traverse the path of the reverse iterator,gilles.guerre8chaley@…,Beman Dawes,"This code throws an execption memory ""std :: bad_alloc"" in visual studio 2013 #include ""stdafx.h"" #include #include #include int _tmain(int argc, _TCHAR* argv[]) { using boost::filesystem::path; path b = path(""user/AppData/Roaming""); for (auto v : b){ std::cout << v << std::endl; } for (auto v : boost::adaptors::reverse(b)){ std::cout << v << std::endl; } return 0; } ",Bugs,closed,To Be Determined,filesystem,Boost 1.57.0,Problem,fixed,,