Ticket #7808: 7808.patch

File 7808.patch, 930 bytes (added by viboes, 10 years ago)

Fix.

  • thread_ref.qbk

     
    15021502[variablelist
    15031503
    15041504[[Effects:] [Suspends the current thread until the time period
    1505 specified by `rel_time` has elapsed or the time point specified by
     1505specified or the time point specified by
    15061506`abs_time` has been reached.]]
    15071507
    15081508[[Throws:] [Nothing if Clock satisfies the TrivialClock requirements and operations of Duration
     
    15261526
    15271527[variablelist
    15281528
    1529 [[Effects:] [Suspends the current thread until the time point specified by
    1530 `abs_time` has been reached.]]
     1529[[Effects:] [Suspends the current thread until the duration specified by
     1530by `rel_time` has elapsed.]]
    15311531
    15321532[[Throws:] [Nothing if operations of chrono::duration<Rep, Period> do not throw exceptions. __thread_interrupted__ if the current thread of execution is interrupted.]]
    15331533