mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-07-08 09:20:46 +02:00
d586469d60
ms_allocator_state template was declared as class but its specializations were as structs. This caused Clang 3.2 warnings. The commit changes ms_allocator_state declaration to struct to fix that.