$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-08-05 15:12:56
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