Allow using wxStrtox() functions with nullptr with MSVS too
Add a unit test checking that it compiles (and works).
This extends the changes of 63b1f00eb8
to
cover MSVS as well.
This commit is contained in:
@@ -844,7 +844,7 @@ template<> struct wxStrtoxCharType<int>
|
||||
return NULL;
|
||||
}
|
||||
};
|
||||
#if __cplusplus >= 201103
|
||||
#ifdef wxHAS_NULLPTR_T
|
||||
template<> struct wxStrtoxCharType<std::nullptr_t>
|
||||
{
|
||||
typedef const char* Type;
|
||||
|
Reference in New Issue
Block a user