Merge typo in docs; Fixes 7974

[SVN r82819]
This commit is contained in:
Marshall Clow 2013-02-11 16:10:24 +00:00
parent 1730c1319b
commit 9383bbc283

View File

@ -46,7 +46,7 @@ HREF="../../boost/utility/typed_in_place_factory.hpp">boost/utility/typed_in_pla
<p>Suppose we have a class</p>
<pre>struct X
{
X ( int, std:::string ) ;
X ( int, std::string ) ;
} ;</pre>
<p>And a container for it which supports an empty state (that is, which can contain zero objects):</p>
<pre>struct C