From Jason Turner

[syserr.errcondition.modifiers]

Diff to HTML by rtfpessoa

tmp/tmpwxyk9ylu/{from.md → to.md} RENAMED
@@ -2,11 +2,11 @@
2
 
3
  ``` cpp
4
  void assign(int val, const error_category& cat) noexcept;
5
  ```
6
 
7
- *Ensures:* `val_ == val` and `cat_ == &cat`.
8
 
9
  ``` cpp
10
  template<class ErrorConditionEnum>
11
  error_condition& operator=(ErrorConditionEnum e) noexcept;
12
  ```
 
2
 
3
  ``` cpp
4
  void assign(int val, const error_category& cat) noexcept;
5
  ```
6
 
7
+ *Ensures:* *`val_`*` == val` and *`cat_`*` == &cat`.
8
 
9
  ``` cpp
10
  template<class ErrorConditionEnum>
11
  error_condition& operator=(ErrorConditionEnum e) noexcept;
12
  ```