|
Boost-Commit : |
From: mmarcus_at_[hidden]
Date: 2008-06-29 11:44:37
Author: mmarcus
Date: 2008-06-29 11:44:36 EDT (Sun, 29 Jun 2008)
New Revision: 46857
URL: http://svn.boost.org/trac/boost/changeset/46857
Log:
Updated issues list
Text files modified:
sandbox/committee/concepts/stdlib/lib-issues.txt | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
Modified: sandbox/committee/concepts/stdlib/lib-issues.txt
==============================================================================
--- sandbox/committee/concepts/stdlib/lib-issues.txt (original)
+++ sandbox/committee/concepts/stdlib/lib-issues.txt 2008-06-29 11:44:36 EDT (Sun, 29 Jun 2008)
@@ -404,6 +404,7 @@
Y * Have a preference for free functions in all concepts.
Y - Discard member swap, not needed.
+ (Mat: we also discarded size)
N * Add MemberSwappable? so that container swap free functions compile. Change container swap functions to require MemberSwappable?.
(Remove swap)
@@ -413,6 +414,9 @@
y * Adaptors should require NothrowDestructible? (related issues worthy of exploration).
y * Implementations of stack members will change to free functions.
+ (Mat: done except for 1) need concept for size() 2) should effects
+ be concept qualified? 3) swappable size on Cont or on member
+ functions. Same questions for queue family. 4) not tested or reviewed
y * Create new FrontEmplaceSequence? / BackEmplaceSequence? concepts (and member form adaptors for emplace_front/emplace_back).
(This is supposed to be because we have emplace overloads in the adaptors?)
@@ -435,4 +439,10 @@
* Concepts issue 34 came up
- * Missing MoveAssignable? requirement on vector::emplace(const_iterator, Args&&...)
+ * Missing MoveAssignable? requirement on
+ vector::emplace(const_iterator, Args&&...)
+
+Other issues (from Mat)
+
+ * Where is back_inserter etc.?
+
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk