Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70929 - trunk/tools/boostbook/test/more/tests/libs
From: dnljms_at_[hidden]
Date: 2011-04-03 07:04:21


Author: danieljames
Date: 2011-04-03 07:04:21 EDT (Sun, 03 Apr 2011)
New Revision: 70929
URL: http://svn.boost.org/trac/boost/changeset/70929

Log:
Boostbook: Update the 'more' tests.
Text files modified:
   trunk/tools/boostbook/test/more/tests/libs/array.gold | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/tools/boostbook/test/more/tests/libs/array.gold
==============================================================================
--- trunk/tools/boostbook/test/more/tests/libs/array.gold (original)
+++ trunk/tools/boostbook/test/more/tests/libs/array.gold 2011-04-03 07:04:21 EDT (Sun, 03 Apr 2011)
@@ -149,7 +149,9 @@
   <phrase role="comment">// <link linkend="id35-bb">modifiers</link></phrase>
   <phrase role="keyword">void</phrase> <link linkend="id36-bb"><phrase role="identifier">swap</phrase></link><phrase role="special">(</phrase><link linkend="boost.array">array</link><phrase role="special">&lt;</phrase><phrase role="identifier">T</phrase><phrase role="special">,</phrase> <phrase role="identifier">N</phrase><phrase role="special">&gt;</phrase><phrase role="special">&amp;</phrase><phrase role="special">)</phrase><phrase role="special">;</phrase>
   <phrase role="keyword">void</phrase> <link linkend="id37-bb"><phrase role="identifier">assign</phrase></link><phrase role="special">(</phrase><phrase role="keyword">const</phrase> <phrase role="identifier">T</phrase><phrase role="special">&amp;</phrase><phrase role="special">)</phrase><phrase role="special">;</phrase>
- <phrase role="identifier">T</phrase> elems[N]<phrase role="special">;</phrase>
+
+ <phrase role="comment">// public data members</phrase>
+ <phrase role="identifier">T</phrase> <phrase role="identifier">elems[N]</phrase><phrase role="special">;</phrase>
 <phrase role="special">}</phrase><phrase role="special">;</phrase>
 
 <phrase role="comment">// <link linkend="id38-bb">specialized algorithms</link></phrase>


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