3

根据文档,应编译以下内容:

boost::iostreams::filtering_ostream out;
out.sync();

但神秘的是它没有。我的 vs2010 编译器喊道:

error C2039: 'sync' : is not a member of 'boost::iostreams::filtering_stream<Mode>'
      with
      [
          Mode=boost::iostreams::output
      ]

我正在使用 boost 1.50.0 但 boost.iostreams 自 boost 1.46.0 以来没有改变

4

0 回答 0