Changes between Version 4 and Version 5 of Cxx0xConceptsTasks
- Timestamp:
- Jun 18, 2008, 2:01:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cxx0xConceptsTasks
v4 v5 15 15 * Write proposed resolutions for issues on the [http://www.generic-programming.org/languages/conceptcpp/issues/concepts-active.html concepts issues list] 16 16 17 * Issue: update container concepts to use free functions rather than member functions, then add concepts based on member functions along with concept maps mapping from member functions to free function syntax. 18 19 * Issue: should the insert operation in the 'InsertionSequence' concept take a const_iterator or an iterator? The requirements table says 'const_iterator', but that will break backward compatibility with containers. Is there a way to use 'const_iterator' here without breaking backward compatibility? 20 17 21 * Pre-review N2618: Concepts for the C++0x Standard Library: Chapter 17 -Introduction (Revision 1) 18 22