Ticket #7974: .patch

File .patch, 447 bytes (added by Akim Demaille <akim.demaille@…>, 10 years ago)
  • in_place_factories.html

     
    4646<p>Suppose we have a class</p>
    4747<pre>struct X
    4848{
    49   X ( int, std:::string ) ;
     49  X ( int, std::string ) ;
    5050} ;</pre>
    5151<p>And a container for it which supports an empty state (that is, which can contain zero objects):</p>
    5252<pre>struct C