2010-10-18から1日間の記事一覧

oven::zipped_with_indexを追加しました。

C++

P-Stadeライブラリの最新をSVNから持ってきてもらえれば使用できます。 GCC 4.5 with C++0xならこう書けます。 #define BOOST_RESULT_OF_USE_DECLTYPE #include <iostream> #include <string> #include <pstade/oven/zipped_with_index.hpp> #include <pstade/oven/algorithm.hpp> #include <boost/fusion/include/make_fused.hpp> #include </boost/fusion/include/make_fused.hpp></pstade/oven/algorithm.hpp></pstade/oven/zipped_with_index.hpp></string></iostream>

Boost.Serializationのバイナリ互換性に関する問題

C++

【1.45】 Beta next week? Boost 1.45.0 Betaが今週末リリースを予定していましたが、Boost Serialization Libraryが現在、前バージョンとのバイナリ互換性が壊れてしまっているという問題を抱えているため、その修正待ちな状況です。 それと、バイナリ互換…