From Jason Turner

[futures.task.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpu7gjysxq/{from.md → to.md} RENAMED
@@ -21,10 +21,11 @@ template <class R, class Alloc>
21
  [atomics]: atomics.md#atomics
22
  [basic.life]: basic.md#basic.life
23
  [basic.stc.thread]: basic.md#basic.stc.thread
24
  [bitmask.types]: library.md#bitmask.types
25
  [class]: class.md#class
 
26
  [func.require]: utilities.md#func.require
27
  [futures]: #futures
28
  [futures.async]: #futures.async
29
  [futures.errors]: #futures.errors
30
  [futures.future_error]: #futures.future_error
@@ -49,10 +50,15 @@ template <class R, class Alloc>
49
  [thread.decaycopy]: #thread.decaycopy
50
  [thread.general]: #thread.general
51
  [thread.lock]: #thread.lock
52
  [thread.lock.algorithm]: #thread.lock.algorithm
53
  [thread.lock.guard]: #thread.lock.guard
 
 
 
 
 
54
  [thread.lock.unique]: #thread.lock.unique
55
  [thread.lock.unique.cons]: #thread.lock.unique.cons
56
  [thread.lock.unique.locking]: #thread.lock.unique.locking
57
  [thread.lock.unique.mod]: #thread.lock.unique.mod
58
  [thread.lock.unique.obs]: #thread.lock.unique.obs
@@ -73,10 +79,12 @@ template <class R, class Alloc>
73
  [thread.req.lockable.req]: #thread.req.lockable.req
74
  [thread.req.lockable.timed]: #thread.req.lockable.timed
75
  [thread.req.native]: #thread.req.native
76
  [thread.req.paramname]: #thread.req.paramname
77
  [thread.req.timing]: #thread.req.timing
 
 
78
  [thread.thread.algorithm]: #thread.thread.algorithm
79
  [thread.thread.assign]: #thread.thread.assign
80
  [thread.thread.class]: #thread.thread.class
81
  [thread.thread.constr]: #thread.thread.constr
82
  [thread.thread.destr]: #thread.thread.destr
 
21
  [atomics]: atomics.md#atomics
22
  [basic.life]: basic.md#basic.life
23
  [basic.stc.thread]: basic.md#basic.stc.thread
24
  [bitmask.types]: library.md#bitmask.types
25
  [class]: class.md#class
26
+ [except.terminate]: except.md#except.terminate
27
  [func.require]: utilities.md#func.require
28
  [futures]: #futures
29
  [futures.async]: #futures.async
30
  [futures.errors]: #futures.errors
31
  [futures.future_error]: #futures.future_error
 
50
  [thread.decaycopy]: #thread.decaycopy
51
  [thread.general]: #thread.general
52
  [thread.lock]: #thread.lock
53
  [thread.lock.algorithm]: #thread.lock.algorithm
54
  [thread.lock.guard]: #thread.lock.guard
55
+ [thread.lock.shared]: #thread.lock.shared
56
+ [thread.lock.shared.cons]: #thread.lock.shared.cons
57
+ [thread.lock.shared.locking]: #thread.lock.shared.locking
58
+ [thread.lock.shared.mod]: #thread.lock.shared.mod
59
+ [thread.lock.shared.obs]: #thread.lock.shared.obs
60
  [thread.lock.unique]: #thread.lock.unique
61
  [thread.lock.unique.cons]: #thread.lock.unique.cons
62
  [thread.lock.unique.locking]: #thread.lock.unique.locking
63
  [thread.lock.unique.mod]: #thread.lock.unique.mod
64
  [thread.lock.unique.obs]: #thread.lock.unique.obs
 
79
  [thread.req.lockable.req]: #thread.req.lockable.req
80
  [thread.req.lockable.timed]: #thread.req.lockable.timed
81
  [thread.req.native]: #thread.req.native
82
  [thread.req.paramname]: #thread.req.paramname
83
  [thread.req.timing]: #thread.req.timing
84
+ [thread.sharedtimedmutex.class]: #thread.sharedtimedmutex.class
85
+ [thread.sharedtimedmutex.requirements]: #thread.sharedtimedmutex.requirements
86
  [thread.thread.algorithm]: #thread.thread.algorithm
87
  [thread.thread.assign]: #thread.thread.assign
88
  [thread.thread.class]: #thread.thread.class
89
  [thread.thread.constr]: #thread.thread.constr
90
  [thread.thread.destr]: #thread.thread.destr