> Basically, what I'm trying to do is:Just curious: what's the purpose of the ampersand here?
>
> using namespace boost::posix_time;
> using namespace boost::this_thread;
>
> time_duration td = milliseconds(2000);
> sleep(&td);
http://www.boost.org/doc/libs/1_46_1/doc/html/thread/thread_management.html#thread.thread_management.this_thread.sleep