$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-05-03 12:46:36
Rob Stewart wrote:
> I don't like the status()/symlink_status() split. How about
> overloading like this:
>
> struct follow_symlink_t { };
> extern const follow_symlink_t follow_symlink;
>
> status_flags status(path const &);
> status_flags status(path const &, follow_symlink_t);
FWIW, I'm in favor of the current design.