From Jason Turner

[thread.req.lockable.req]

Diff to HTML by rtfpessoa

tmp/tmpd540fu8h/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ type `L`).
7
 
8
  ``` cpp
9
  m.try_lock()
10
  ```
11
 
12
- *Effects:* attempts to acquire a lock for the current execution agent
13
  without blocking. If an exception is thrown then a lock shall not have
14
  been acquired for the current execution agent.
15
 
16
  *Return type:* `bool`.
17
 
 
7
 
8
  ``` cpp
9
  m.try_lock()
10
  ```
11
 
12
+ *Effects:* Attempts to acquire a lock for the current execution agent
13
  without blocking. If an exception is thrown then a lock shall not have
14
  been acquired for the current execution agent.
15
 
16
  *Return type:* `bool`.
17