Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-05-29 09:02:54


Author: dgregor
Date: 2008-05-29 09:02:53 EDT (Thu, 29 May 2008)
New Revision: 45903
URL: http://svn.boost.org/trac/boost/changeset/45903

Log:
Fix proposed wording for issue 31
Text files modified:
   sandbox/committee/concepts/issues/issues/issue31.xml | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/committee/concepts/issues/issues/issue31.xml
==============================================================================
--- sandbox/committee/concepts/issues/issues/issue31.xml (original)
+++ sandbox/committee/concepts/issues/issues/issue31.xml 2008-05-29 09:02:53 EDT (Thu, 29 May 2008)
@@ -31,10 +31,9 @@
     a template parameter of the enclosing concept; the declaration
     declares a member function or member function template. An
     associated function shall not
- be <code>extern</code>([dcl.stc]), <del><code>inline</code></del>
- <ins>have any <i>function-specifier</i></ins>
- ([dcl.fct.spec]), <ins>be</ins> explicitly-defaulted or deleted ([dcl.fct.def]),
- or <ins>be</ins> a friend function ([class.friend]). An associated function
+ be <code>extern</code>([dcl.stc]), <code>inline</code> <ins> or <code>virtual</code></ins>
+ ([dcl.fct.spec]), explicitly-defaulted or deleted ([dcl.fct.def]),
+ or a friend function ([class.friend]). An associated function
     shall not contain an <i>exception-specification</i>
     ([except.spec]).
   </blockquote>


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