From Jason Turner

[diff.cpp03.numerics]

Diff to HTML by rtfpessoa

tmp/tmptuavwsrj/{from.md → to.md} RENAMED
@@ -1,9 +1,8 @@
1
- ### Clause [[numerics]]: numerics library <a id="diff.cpp03.numerics">[[diff.cpp03.numerics]]</a>
2
 
3
- [[complex.numbers]] **Change:** Specified representation of complex
4
- numbers. **Rationale:** Compatibility with C99. **Effect on original
5
- feature:** Valid C++03code that uses implementation-specific knowledge
6
- about the binary representation of the required template specializations
7
- of `std::complex` may not be compatible with this International
8
- Standard.
9
 
 
1
+ ### [[numerics]]: numerics library <a id="diff.cpp03.numerics">[[diff.cpp03.numerics]]</a>
2
 
3
+ **Change:** Specified representation of complex numbers. **Rationale:**
4
+ Compatibility with C99. **Effect on original feature:** Valid C++03 code
5
+ that uses implementation-specific knowledge about the binary
6
+ representation of the required template specializations of
7
+ `std::complex` may not be compatible with this International Standard.
 
8