From Jason Turner

[complex.members]

Diff to HTML by rtfpessoa

tmp/tmp3shwnbuz/{from.md → to.md} RENAMED
@@ -4,11 +4,11 @@
4
  template<class T> constexpr complex(const T& re = T(), const T& im = T());
5
  ```
6
 
7
  *Effects:* Constructs an object of class `complex`.
8
 
9
- `real() == re && imag() == im`.
10
 
11
  ``` cpp
12
  constexpr T real() const;
13
  ```
14
 
 
4
  template<class T> constexpr complex(const T& re = T(), const T& im = T());
5
  ```
6
 
7
  *Effects:* Constructs an object of class `complex`.
8
 
9
+ *Postconditions:* `real() == re && imag() == im`.
10
 
11
  ``` cpp
12
  constexpr T real() const;
13
  ```
14