compilation fixes with MSVC

This commit is contained in:
Gael Guennebaud
2008-09-03 11:26:19 +00:00
parent 2a2c305c4d
commit 75649551c2
3 changed files with 8 additions and 23 deletions

View File

@@ -24,8 +24,6 @@
#include "main.h"
#include <ext/malloc_allocator.h>
// test compilation with both a struct and a class...
struct MyStruct : WithAlignedOperatorNew
{