mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-07 02:05:19 +01:00

'operator void*' is basically a pre-C++11-ism that was used, as C++03 only had the notion of implicit type-conversion operators, but not explicit type conversion operators (allowing implicit conversion of a file handle to bool can go downhill pretty quickly).