Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82495 - in sandbox/static_vector: doc/html doc/html/static_vector doc/html/static_vector/static_vector example
From: adam.wulkiewicz_at_[hidden]
Date: 2013-01-14 13:54:45


Author: awulkiew
Date: 2013-01-14 13:54:44 EST (Mon, 14 Jan 2013)
New Revision: 82495
URL: http://svn.boost.org/trac/boost/changeset/82495

Log:
Minor change in the example.
Text files modified:
   sandbox/static_vector/doc/html/index.html | 2 +-
   sandbox/static_vector/doc/html/static_vector/static_vector.html | 2 +-
   sandbox/static_vector/doc/html/static_vector/static_vector/reference.html | 2 +-
   sandbox/static_vector/example/static_vector_example.cpp | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/static_vector/doc/html/index.html
==============================================================================
--- sandbox/static_vector/doc/html/index.html (original)
+++ sandbox/static_vector/doc/html/index.html 2013-01-14 13:54:44 EST (Mon, 14 Jan 2013)
@@ -46,7 +46,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: January 14, 2013 at 18:50:40 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 14, 2013 at 18:54:10 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/static_vector/doc/html/static_vector/static_vector.html
==============================================================================
--- sandbox/static_vector/doc/html/static_vector/static_vector.html (original)
+++ sandbox/static_vector/doc/html/static_vector/static_vector.html 2013-01-14 13:54:44 EST (Mon, 14 Jan 2013)
@@ -65,7 +65,7 @@
 </p>
 <pre class="programlisting"><span class="comment">// static_vector_example.cpp</span>
 
-<span class="preprocessor">#include</span> <span class="string">"boost/container/static_vector.hpp"</span>
+<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">static_vector</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 
 <span class="keyword">int</span> <span class="identifier">main</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">argc</span><span class="special">,</span> <span class="keyword">char</span><span class="special">**</span> <span class="identifier">argv</span><span class="special">){</span>
 

Modified: sandbox/static_vector/doc/html/static_vector/static_vector/reference.html
==============================================================================
--- sandbox/static_vector/doc/html/static_vector/static_vector/reference.html (original)
+++ sandbox/static_vector/doc/html/static_vector/static_vector/reference.html 2013-01-14 13:54:44 EST (Mon, 14 Jan 2013)
@@ -35,7 +35,7 @@
 <a name="staticvector.static_vector.reference.boost_container_static_vector"></a><a name="classboost_1_1container_1_1static__vector"></a><a class="link" href="reference.html#staticvector.static_vector.reference.boost_container_static_vector" title="boost::container::static_vector">boost::container::static_vector</a>
 </h4></div></div></div>
 <p>
- <a class="indexterm" name="id886484"></a><a class="indexterm" name="id886489"></a><a class="indexterm" name="id886494"></a>
+ <a class="indexterm" name="id896343"></a><a class="indexterm" name="id896348"></a><a class="indexterm" name="id896353"></a>
 A hybrid of <code class="literal"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">container</span><span class="special">::</span><span class="identifier">vector</span></code></code>
           and <code class="literal"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code></code> with fixed capacity.
         </p>

Modified: sandbox/static_vector/example/static_vector_example.cpp
==============================================================================
--- sandbox/static_vector/example/static_vector_example.cpp (original)
+++ sandbox/static_vector/example/static_vector_example.cpp 2013-01-14 13:54:44 EST (Mon, 14 Jan 2013)
@@ -17,7 +17,7 @@
 
 // static_vector_example.cpp
 
-#include "boost/container/static_vector.hpp"
+#include <boost/container/static_vector.hpp>
 
 int main(int argc, char** argv){
   


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