2006-02-27から1日間の記事一覧

file_descripterのコンストラクタ

いろいろ問題の尽きないboost::iostreams::file_descriptorですが、コンストラクタに危険な罠が潜んでいます。 #include <boost/iostreams/device/file_descriptor.hpp> namespace io = boost::iostreams; int main() { io::file_descriptor file("hoge.txt"); // fileを使った処理 ... }この一見なんでも</boost/iostreams/device/file_descriptor.hpp>…