[iostreams] File times on POSIX systems

16 Jul
2008
16 Jul
'08
9:28 a.m.
Hello, currently iostreams has a number of failures on POSIX systems because of the use of the non-existent function futimes(). futimes() conforms to 4.2BSD and is unknown to POSIX, which only has utime() to set file access and modification times. Unfortunately utime() works in term of path names and not file descriptors, and I'm not aware of any suitable replacement, so perhaps the interface for the functionality in question needs to be changed. Regards, Markus

29 Jul
29 Jul
8:24 a.m.
Markus Schöpflin wrote:
Hello,
currently iostreams has a number of failures on POSIX systems because of the use of the non-existent function futimes().
[...] I created a ticket for this so it won't get lost: http://svn.boost.org/trac/boost/ticket/2154 Markus
6163
Age (days ago)
6176
Last active (days ago)
1 comments
1 participants
participants (1)
-
Markus Schöpflin