forked from boostorg/smart_ptr
Merge pull request #3 from Lastique/patch-1
Fix warnings about struct/class mismatch
This commit is contained in:
@ -20,7 +20,7 @@ namespace boost {
|
|||||||
struct ms_noinit_tag { };
|
struct ms_noinit_tag { };
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class ms_allocator_state;
|
struct ms_allocator_state;
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
struct ms_allocator_state<T[]> {
|
struct ms_allocator_state<T[]> {
|
||||||
|
Reference in New Issue
Block a user