id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
3965,missing functions last_access_time() and last_status_change_time(),Sascha Ochsenknecht,Beman Dawes,"In Boost.Filesystem I can find a function:
template std::time_t last_write_time(const Path& p);
which is corresponding to st_mtime (last modification time) of the stat structure.
Within the stat structure, their are also st_atime and st_ctime defined, but there are no corresponding functions. Is there a special reason for that?
Couldn't they be added?
template std::time_t last_access_time(const Path& p);
template std::time_t last_status_change_time(const Path& p);
Cheers,
Sascha
",Feature Requests,assigned,Boost 1.43.0,filesystem,Boost 1.42.0,Problem,,,