Boost C++ Libraries: Ticket #7340: Visual studio iostreams warnings https://svn.boost.org/trac10/ticket/7340 <p> Visual studio 2010 raises "conditional expression is constant" warnings from chain.hpp. This can be fixed by simply including the disable_warnings header in chain.hpp </p> <p> Visual studio 2010 raises various "unreachable code" warnings. This can be fixed by adding warning 4702 in disable_warnings.hpp </p> <p> Visual studio 2012 raises a "inherits via dominance" warning from stream.hpp (see <a class="ext-link" href="http://connect.microsoft.com/VisualStudio/feedback/details/733720/inheriting-from-std-fstream-produces-c4250-warning"><span class="icon">​</span>http://connect.microsoft.com/VisualStudio/feedback/details/733720/inheriting-from-std-fstream-produces-c4250-warning</a> for the cause of this warning). This requires including the disable_warnings header in stream.hpp and adding warning 4250 to disable_warnings. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7340 Trac 1.4.3 Alan Birtles <alan.birtles@…> Thu, 06 Sep 2012 14:45:42 GMT attachment set https://svn.boost.org/trac10/ticket/7340 https://svn.boost.org/trac10/ticket/7340 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">warnings.patch</span> </li> </ul> <p> Patch to fix warnings </p> Ticket natalie@… Fri, 31 May 2013 21:55:43 GMT <link>https://svn.boost.org/trac10/ticket/7340#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7340#comment:1</guid> <description> <p> The warning 4250 is quite annoying, is there a timeline for when the patch will be accepted in? Is there anything I can do to help it get accepted? </p> </description> <category>Ticket</category> </item> </channel> </rss>