Explorar o código

Prevent 'char' from being used as numeric type

Ole Krüger %!s(int64=10) %!d(string=hai) anos
pai
achega
16b97a47cf
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      lib/luwra/types.hpp

+ 0 - 2
lib/luwra/types.hpp

@@ -194,8 +194,6 @@ LUWRA_DEF_NUMERIC(Number, double)
 LUWRA_DEF_NUMERIC(Number, long double)
 
 // Integral types
-LUWRA_DEF_NUMERIC(Integer, signed   char)
-LUWRA_DEF_NUMERIC(Integer, unsigned char)
 LUWRA_DEF_NUMERIC(Integer, signed   short)
 LUWRA_DEF_NUMERIC(Integer, unsigned short)
 LUWRA_DEF_NUMERIC(Integer, signed   int)