few bugs fixed thanks to explicit bool constructor and clang.
explicit bool constructor has thus now been removed, as it served it's mission!
This commit is contained in:
@ -239,7 +239,7 @@ public:
|
||||
|
||||
operator IP_Address() const;
|
||||
|
||||
explicit Variant(bool p_bool);
|
||||
Variant(bool p_bool);
|
||||
Variant(signed int p_int); // real one
|
||||
Variant(unsigned int p_int);
|
||||
#ifdef NEED_LONG_INT
|
||||
|
||||
Reference in New Issue
Block a user