[Boost-bugs] [Boost C++ Libraries] #10918: Boost pool does not compile with MSVC /Za

Subject: [Boost-bugs] [Boost C++ Libraries] #10918: Boost pool does not compile with MSVC /Za
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-08 02:45:50


#10918: Boost pool does not compile with MSVC /Za
-------------------------+------------------------------
 Reporter: anonymous | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.57.0
 Severity: Showstopper | Keywords: pool MSVC
-------------------------+------------------------------
 The following code does not compile with Visual Studio C++ 2013 update 4,
 compiler flag /Za

 {{{
     #include <boost/pool/pool.hpp>
     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

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10918>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC