Skip to content

Fix return type value checking for BuiltinFunctionEmbedder

Stéphane Del Pino requested to merge feature/discrete-function-variant into develop

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.

Merge request reports