From Jason Turner

[diff.cpp14.containers]

Diff to HTML by rtfpessoa

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