Commit fe34b2f3 authored by Ingo van Lil's avatar Ingo van Lil

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

parent 8af9bf1d
......@@ -911,7 +911,7 @@ struct WCharHelper<T, wchar_t> {
template <typename T>
class IsConvertibleToInt {
private:
protected:
typedef char yes[1];
typedef char no[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment