$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-05-08 01:29:56
Author: dgregor
Date: 2008-05-08 01:29:56 EDT (Thu, 08 May 2008)
New Revision: 45207
URL: http://svn.boost.org/trac/boost/changeset/45207
Log:
Fixup the Semiregular issue
Text files modified:
sandbox/committee/concepts/issues/issues/issue11.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/committee/concepts/issues/issues/issue11.xml
==============================================================================
--- sandbox/committee/concepts/issues/issues/issue11.xml (original)
+++ sandbox/committee/concepts/issues/issues/issue11.xml 2008-05-08 01:29:56 EDT (Thu, 08 May 2008)
@@ -54,10 +54,10 @@
<ol start="2">
<li><ins>[ <i>Note</i>: The <tt>InitializationConsistency</tt>
- rule states that there shall not be any subtle differences in
+ axiom states that there shall not be any subtle differences in
the semantics of initialization versus assignment. This gives
an implementation considerable flexibility in how data are
- initialized.</ins>/
+ initialized.</ins>
<p>
<ins>[ <i>Example</i>: An implementation is allowed to initialize data by allocating storage using the new operator
(which implies a call to the default constructor for the element) and then assigning each element its value. Or the