id summary reporter owner description type status milestone component version severity resolution keywords cc 10918 Boost pool does not compile with MSVC /Za anonymous Chris Newbold "The following code does not compile with Visual Studio C++ 2013 update 4, compiler flag /Za {{{ #include int main() { boost::pool<> d_BoostPool( 16 ); d_BoostPool.ordered_malloc( 28 ); return 0; } }}} The guilty behavior is similar to the one shown here: http://stackoverflow.com/q/27830761/2549876 " Bugs new To Be Determined pool Boost 1.57.0 Showstopper pool MSVC