|
Boost : |
From: JH (jupiter.hce_at_[hidden])
Date: 2019-09-13 08:50:39
Hi,
I am using boost::filesystem to write / remove files to NAND flash
file system where it writes by pages, the system can cache and pack
data upon write back to avoid segmentation if fsync(), fdatasync(),
O_SYNC or a sync mounted filesystem are not used to force write.
Will the boost::filesystem::ofstream and operator<< involve any of
sync call? Which IO library is not using sync call?
Thank you.
Kind regards,
- jupiter
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk