For some reason it took me a long time to figure out what this function was doing. I suggest several possible renamings which could make it clearer:
fs::remove_tree(path);
fs::remove_recursive(path);
fs::remove(path, fs::recursive)
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
