Lioncash 9b8f5bce22 IOFile: Change 'operator void*' into 'explicit operator bool'
'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).
2017-01-04 18:10:21 -05:00
..
2016-12-18 18:57:36 +01:00
2016-10-03 21:07:12 +02:00
2016-06-24 10:41:05 +02:00
2016-10-24 18:27:49 +02:00