2010-09-17から1日間の記事一覧

コンパイラ屋さんが頑張っています。boost屋さんも頑張っています

#include <iostream> #include <boost/preprocessor/repetition/repeat.hpp> #include <boost/preprocessor/arithmetic/add.hpp> #include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/stringize.hpp> #define TEST_MAX 229 #define MAX_CLASS BOOST_PP_CAT(A, TEST_MAX) struct MAX_CLASS; struct A0 { st…</boost/preprocessor/stringize.hpp></boost/preprocessor/cat.hpp></boost/preprocessor/arithmetic/add.hpp></boost/preprocessor/repetition/repeat.hpp></iostream>