added empty_type_t1 default constructor to keep MSVC silent

[SVN r12646]
This commit is contained in:
Peter Dimov
2002-02-02 16:22:17 +00:00
parent 7504f83ee0
commit 2822c3752f

View File

@ -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]; };