From Jason Turner

[syserr.errcode.modifiers]

Diff to HTML by rtfpessoa

tmp/tmp25k8jcdl/{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 ErrorCodeEnum>
11
  error_code& operator=(ErrorCodeEnum 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 ErrorCodeEnum>
11
  error_code& operator=(ErrorCodeEnum e) noexcept;
12
  ```