[type-traits] compilation error in has_new_operator

1 Apr
2009
1 Apr
'09
6:03 a.m.
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>?

1 Apr
1 Apr
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.
5917
Age (days ago)
5917
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrey Torba
-
John Maddock