Boost C++ Libraries: Ticket #10918: Boost pool does not compile with MSVC /Za https://svn.boost.org/trac10/ticket/10918 <p> The following code does not compile with Visual Studio C++ 2013 update 4, compiler flag /Za </p> <pre class="wiki"> #include &lt;boost/pool/pool.hpp&gt; int main() { boost::pool&lt;&gt; d_BoostPool( 16 ); d_BoostPool.ordered_malloc( 28 ); return 0; } </pre><p> The guilty behavior is similar to the one shown here: <a class="ext-link" href="http://stackoverflow.com/q/27830761/2549876"><span class="icon">​</span>http://stackoverflow.com/q/27830761/2549876</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10918 Trac 1.4.3 viboes Fri, 13 Feb 2015 18:29:42 GMT component changed; owner set https://svn.boost.org/trac10/ticket/10918#comment:1 https://svn.boost.org/trac10/ticket/10918#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Chris Newbold</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">pool</span> </li> </ul> Ticket