I am getting a strange error with the boost file system. When I do path my_path("C:\\temp"); I get an unhandled execption in xstring under:
It will continue but I get memory leaks. Even with nothing but the path in my code.Code:~basic_string() { // destroy the string _Tidy(true); }
Any ideas?




Reply With Quote