$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [type-traits] compilation error in has_new_operator
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2009-04-01 02:03:50
Hi All,
After 52057-52061 commits the compilation error oocur:
D:\c++\libs\boost_trunk\boost/type_traits/has_new_operator.hpp(40) :
error C2039: 'nothrow_t' : is not a member of 'std'
to reproduce try to compile:
#include <boost/type_traits/has_new_operator.hpp>
int main()
{
return 0;
}
Does it need #include <new>?