Merge pull request #3 from Lastique/patch-1

Fix warnings about struct/class mismatch
This commit is contained in:
Glen Fernandes
2014-03-08 10:36:20 -08:00

View File

@ -20,7 +20,7 @@ namespace boost {
struct ms_noinit_tag { };
template<class T>
class ms_allocator_state;
struct ms_allocator_state;
template<class T>
struct ms_allocator_state<T[]> {