#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif
Thank you very much.
#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif
Thank you very much.
This is the most lazy food blogging ever: I made this and it was yummy. You should make it too: http://www.ecurry.com/blog/indian/curries/dry/aloo-palakspinach-with-potatoes/ I was a it different to what I usually get when ordering Aloo Palak, and that’s a good thing as variety is the spice of life. I was doubly lazy and microwaved potatoes to speed up cooking time.
Being clear in licensing is a great benefit to users. I’m quite proud that with Drizzle we got to a really simple situation:
We had the complete okay from Sun to have libdrizzle be BSD licensed and for us to work on that.