$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type-traits] compilation error in has_new_operator
From: John Maddock (john_at_[hidden])
Date: 2009-04-01 05:30:11
> 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>?
Yep, will fix shortly, John.