2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 15:12:16 +00:00

FIX doc no spaces in <h2>

[SVN r30154]
This commit is contained in:
Michael Stevens
2005-07-18 07:39:12 +00:00
parent bd8358c220
commit fc94d429e2
5 changed files with 11 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
<body>
<h1><img src="../../../../boost.png" align="middle" />
Unbounded Array Storage</h1>
<h2><a name="unbounded_array" id="unbounded_array"></a> Unbounded Array&lt;T,Alloc&gt;</h2>
<h2><a name="unbounded_array" id="unbounded_array"></a>Unbounded Array&lt;T,Alloc&gt;</h2>
<h4>Description</h4>
<p>The templated class <code>unbounded_array&lt;T, ALLOC&gt;</code> implements a unbounded storage array using an allocator.
The unbounded array is similar to a <code>std::vector</code> in that in can grow in size beyond any fixed bound.