Fix return type value checking for BuiltinFunctionEmbedder
Compare changes
- Stéphane Del Pino authored
- fixes #30
@@ -33,7 +33,6 @@
@@ -44,8 +43,6 @@
Actually, in the case of single returned value (non-tuple), the constness of data type in shared_ptr's was not checked at compile time.
- fixes #30