reinterpret_cast may not convert a pointer-to-function to a
void-pointer. Take a detour through intptr_t and *then* convert to a
pointer-to-function.
Details
Details
Diff Detail
Diff Detail
Differential D4627
TypeSynthetic: Fix a pointer-to-function to void-pointer cast majnemer on Jul 22 2014, 1:36 PM. Authored by
Details reinterpret_cast may not convert a pointer-to-function to a
Diff Detail |