2006-07-16から1日間の記事一覧

base64_encode_sink

arbitrary_positional_facade::close()ができました。 class core_access { // これを追加 template<class RepositionalSink, class CharT> static void close_with_flush( RepositionalSink& sink, const CharT* s, std::streamsize n) { return sink.close_with_flush(s, n); } }; template</class>