forked from boostorg/type_traits
added empty_type_t1 default constructor to keep MSVC silent
[SVN r12646]
This commit is contained in:
@ -307,6 +307,7 @@ namespace detail{
|
||||
template <typename T>
|
||||
struct empty_helper_t1 : public T
|
||||
{
|
||||
empty_helper_t1();
|
||||
int i[256];
|
||||
};
|
||||
struct empty_helper_t2 { int i[256]; };
|
||||
|
Reference in New Issue
Block a user