[boost-1.33.1] broken mmap_file_iterator in spirit implementation details.
31 May
2007
31 May
'07
2:14 p.m.
hi all, mmap based file_iterator implementation has a nasty bug. it treats empty files as non-existent. mmap() doesn't map empty files into memory, but boost's implementation omit this little detail of posix specification and return an error. in fact, empty file != doesn't exist. regards, pawel. -- to_be || !to_be == 1, to_be | ~to_be == -1
6377
Age (days ago)
6377
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paweł Sikora