Files
pcsx2/common/include/Utilities
Jonathan Li 890d7ab953 utilities: Restrict pxWindowAndFlag templates to wxObject derived classes
Fixes a compile error (C2666) on VS2017 15.8 caused by ambiguity issues.
The sstream header uses

constexpr auto _both = ios_base::in | ios_base::out;

Without the extra type restrictions the compiler cannot tell whether to
use the template or the built-in | operator (the const wxSizerFlags &
parameter will accept ints).
2018-08-17 22:37:39 +01:00
..
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00
2017-05-03 12:03:38 +02:00
2016-11-12 16:52:49 +01:00
2016-12-16 20:45:22 +01:00
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00
2016-12-09 09:28:19 +01:00
2016-11-12 16:52:49 +01:00
2016-11-12 16:52:49 +01:00