Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net