Boost C++ Libraries: Ticket #7691: Missing documentation for (Typed)InPlaceFactory assignment operators https://svn.boost.org/trac10/ticket/7691 <p> The "Synopsis" page lists assignment operators with (Typed)<a class="missing wiki">InPlaceFactory</a> but provides no link to the documentation. And indeed following page ("Detailed Semantics") does not mention them at all. </p> <p> In also would be useful to extend the documentation so that it is more explicit how those operators could (should?) be used to deal with types that have no copy assignment operator (but have copy constructor). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7691 Trac 1.4.3 Steven Watanabe Sat, 16 Feb 2013 19:37:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7691#comment:1 https://svn.boost.org/trac10/ticket/7691#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This looks like it was fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/71048" title="Add assignment operators taking an InPlaceFactory to the Detailed ...">[71048]</a>. </p> Ticket