2012-11-09から1日間の記事一覧

Sprout.Weed でコンパイル時に __DATE__ のパース

久々に Sprout.Weed を触りたくなったので。 [ソース] #include <sprout/weed.hpp> #include <sprout/string.hpp> int main(){ namespace w = sprout::weed; static constexpr auto date = sprout::to_string(__DATE__); static constexpr auto parser = *w::lim<3>(w::char_ - w::space_) >> *w:</sprout/string.hpp></sprout/weed.hpp>…