Boost C++ Libraries: Ticket #9302: Pesky warnings from lexical_cast https://svn.boost.org/trac10/ticket/9302 <p> MSVC is generating lots of warnings from lexical deep in the template instantiation tree: </p> <pre class="wiki">d:\data\boost\trunk\boost\lexical_cast.hpp(1984): warning C4512: 'boost::detail::lexical_ostream_limited_src&lt;CharT,Traits&gt;' : assignment operator could not be generated d:\data\boost\trunk\boost\lexical_cast.hpp(726): warning C4512: 'boost::detail::lcast_put_unsigned&lt;Traits,T,CharT&gt;' : assignment operator could not be generated </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9302 Trac 1.4.3 Antony Polukhin Fri, 25 Oct 2013 18:19:52 GMT <link>https://svn.boost.org/trac10/ticket/9302#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9302#comment:1</guid> <description> <p> Is this error reproduced with the latest trunk version? </p> <p> I thought that all those warnings were fixed in <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9271" title="#9271: Bugs: C4512 warnings with VS 2013 RTM (closed: fixed)">#9271</a> (<a class="changeset" href="https://svn.boost.org/trac10/changeset/86374" title="Supressing MSVC2013 warnings and ensuring that lexical cast io classes ...">[86374]</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Fri, 25 Oct 2013 18:27:23 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9302#comment:2 https://svn.boost.org/trac10/ticket/9302#comment:2 <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">invalid</span> </li> </ul> <p> My bad, it is indeed fixed in latest Trunk. Closing down. </p> Ticket