A
andrew_nuss
Hi,
I'm using the latest version of Intel Linux Compiler, offers boost
built-in. I include <boost/type_traits/has_trivial_constructor.hpp>,
create a simple struct as follows:
struct MyStruct {
// no constructor!
};
and find that expression
boost::has_trivial_constructor<MyStruct>::value is false.
This is too wierd. Isn't that a bug in my boost package?
Thanks,
Andy
I'm using the latest version of Intel Linux Compiler, offers boost
built-in. I include <boost/type_traits/has_trivial_constructor.hpp>,
create a simple struct as follows:
struct MyStruct {
// no constructor!
};
and find that expression
boost::has_trivial_constructor<MyStruct>::value is false.
This is too wierd. Isn't that a bug in my boost package?
Thanks,
Andy