$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-08-06 14:35:34
I've added a new function to the filesystem/operations.hpp header
(requested by Dave Abrahams):
void last_write_time( const path & ph, const std::time_t new_time );
This set the last write time. If new_time==std::time_t(), the current time
is used.
Docs forthcoming.
I've having trouble with the Borland compiler. It is getting an error in
its own utime.h header:
Error E2303 D:\Program Files\Borland\CBuilder6\Include\utime.h 42: Type
name expected
If anyone can figure out a workaround, please let me know.
Thanks,
--Beman