PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Fix operator overloading to allow use of built in operator in overload

Open JulianKemmerer opened this issue 9 months ago • 0 comments

Operator overloading can't use built in version of operator in definition of overload. Fix this to separate user's version of built in vs built in...

Work around is to use the generated C code from the built in version as user code under different function name...

JulianKemmerer avatar Sep 17 '23 19:09 JulianKemmerer