mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 04:47:12 +02:00
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 { };
|
||||
|
||||
template<class T>
|
||||
class ms_allocator_state;
|
||||
struct ms_allocator_state;
|
||||
|
||||
template<class T>
|
||||
struct ms_allocator_state<T[]> {
|
||||
|
Reference in New Issue
Block a user