
1 Apr
2009
1 Apr
'09
9:30 a.m.
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.