
17 Apr
2012
17 Apr
'12
7:22 a.m.
On 16 April 2012 20:01, Emil Dotchevski <emildotchevski@gmail.com> wrote:
On Sun, Apr 15, 2012 at 12:55 PM, Daniel James <dnljms@gmail.com> wrote:
demo.cpp:
#include <boost/checked_delete.hpp> #include <boost/exception_ptr.hpp>
Compiled with:
g++-mp-4.7 -c -Wall -I $BOOST_ROOT demo.cpp
Compiling this with g++ 4.7 on Windows produces no console output with the following command line:
g++ -c -Wall demo.cpp
Where did you install g++ from? And can you try running 'g++ --version'? If you let me know I'll try it later. Clang apparently has the same warning, although I'm still using 2.9, which doesn't.