2012-04-16から1日間の記事一覧

コンパイル時 FizzBuzz の出力

コンパイル時に FizzBuzz を処理して出力までするのは中3女子の嗜みですよね! ということでこれを使って、とりあえずコンパイル時にも出力してみた。 Sprout のコードは適当。 [ソース] #include <boost/preprocessor/repetition/enum.hpp> #include <boost/mpl/print.hpp> #include <sprout/algorithm/transform.hpp> #include <sprout/array.hpp> #include <sprout/string.hpp> #include </sprout/string.hpp></sprout/array.hpp></sprout/algorithm/transform.hpp></boost/mpl/print.hpp></boost/preprocessor/repetition/enum.hpp>