Skip to content

Commit

Permalink
Boostbook: Update the 'more' tests.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@70929 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
danieljames committed Apr 3, 2011
1 parent 8a7009e commit 0875d24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/boostbook/test/more/tests/libs/array.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0875d24

Please sign in to comment.