$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andre Hentz (ahentz_at_[hidden])
Date: 2004-03-03 19:29:26
According to
http://www.boost.org/libs/filesystem/doc/operations.htm#remove
remove() is supposed to remove symbolic links.
However, the source code says:
if exists(ph) remove;
Shouldn't it be:
exists(ph) || symbolic_link_exists(ph)
Best,
Andre Hentz