mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
Merge typo in docs; Fixes 7974
[SVN r82819]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user