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