Loading...
Searching...
No Matches
Go to the documentation of this file.
9#if defined(_MSC_FULL_VER) && _MSC_FULL_VER > 190023918 && _MSC_FULL_VER < 191125506
12#define GET_POINTER_SPECIALIZATION(TYPE) \
14 template <> const volatile TYPE *get_pointer(const volatile TYPE *p) { return p; } \
17#define GET_POINTER_SPECIALIZATION(TYPE)