Explorar o código

Use NumericTransportValue<B> for base B in NumericContainedValueBase to push values

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

+ 1 - 1
lib/luwra/types.hpp

@@ -152,7 +152,7 @@ namespace internal {
 
 		static inline
 		int Push(State* state, I value) {
-			Push(state, static_cast<B>(value));
+			NumericTransportValue<B>::Push(state, static_cast<B>(value));
 			return 1;
 		}
 	};