tmp/tmpk_moxwsh/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
-
###
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
International Standard:
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
#include <set>
|
| 12 |
|
| 13 |
struct compare
|
|
|
|
| 1 |
+
### [[containers]]: containers library <a id="diff.cpp14.containers">[[diff.cpp14.containers]]</a>
|
| 2 |
|
| 3 |
+
**Change:** Requirements change: **Rationale:** Increase portability,
|
| 4 |
+
clarification of associative container requirements. **Effect on
|
| 5 |
+
original feature:** Valid C++14 code that attempts to use associative
|
| 6 |
+
containers having a comparison object with non-const function call
|
| 7 |
+
operator may fail to compile in this International Standard:
|
|
|
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
#include <set>
|
| 11 |
|
| 12 |
struct compare
|