Fix bogus warning when compiling with -Wctor-dtor-privacy

This commit is contained in:
Ingo van Lil
2015-11-02 18:33:35 +01:00
parent 8af9bf1d06
commit fe34b2f357

View File

@@ -911,7 +911,7 @@ struct WCharHelper<T, wchar_t> {
template <typename T> template <typename T>
class IsConvertibleToInt { class IsConvertibleToInt {
private: protected:
typedef char yes[1]; typedef char yes[1];
typedef char no[2]; typedef char no[2];