Эх сурвалжийг харах

Removed "explicit" keyword from primitive type operators

pcmattulat 4 жил өмнө
parent
commit
5e2ef7f7c9

+ 1 - 1
source/boxing/Boolean.hpp

@@ -23,7 +23,7 @@ namespace ls_std {
 
       // conversion operator
 
-      explicit operator bool() const;
+      operator bool() const;
 
       // assignment operators
 

+ 1 - 1
source/boxing/Integer.hpp

@@ -23,7 +23,7 @@ namespace ls_std {
 
       // conversion operator
 
-      explicit operator int() const;
+      operator int() const;
 
       // assignment operators