Use __func__ without checking if the compiler supports it, it's part of C++11 and so should be supported by all compilers. Also use __func__ instead of __WXFUNCTION__ in our own code. No real changes. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||
Use __func__ without checking if the compiler supports it, it's part of C++11 and so should be supported by all compilers. Also use __func__ instead of __WXFUNCTION__ in our own code. No real changes. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||