mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
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