mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 21:07:22 +02:00
MSVC warning workaround for destroy
This commit is contained in:
@ -56,6 +56,7 @@ struct noinit_adaptor
|
|||||||
template<class U>
|
template<class U>
|
||||||
void destroy(U* p) {
|
void destroy(U* p) {
|
||||||
p->~U();
|
p->~U();
|
||||||
|
(void)p;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user