id summary reporter owner description type status milestone component version severity resolution keywords cc 7808 [Thread] Incorrect description of effects for this_thread::sleep_for and this_thread::sleep_until Yasutaka ATARASHI viboes "In trunk/libs/thread/doc/thread_ref.qbk, effects of `this_thread::sleep_until` is described as: Suspends the current thread until the time period specified by `rel_time` has elapsed or the time point specified by `abs_time` has been reached. while effects of `this_thread::sleep_for` is described as: Suspends the current thread until the time point specified by `abs_time` has been reached. `rel_time` in `sleep_until` is extra, that is description for `sleep`, and description of `sleep_for` should be for `sleep_until`. " Bugs closed Boost 1.53.0 thread Boost Development Trunk Cosmetic fixed