tmp/tmpy7_iuxb3/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 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
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
#include <set>
|
| 11 |
|
| 12 |
struct compare
|
|
|
|
| 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 revision of C++. For example:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
#include <set>
|
| 11 |
|
| 12 |
struct compare
|