Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk