← Back to team overview

ffc team mailing list archive

Multi-type parameters?

 

I'm thinking of how to handle this bug:

https://bugs.launchpad.net/ffc/+bug/787010

I see two solutions:

1. Handle parameters with dynamical type in C++ (fairly easy to add).

2. Not use parameters that may change type in FFC (from "auto" to an
int).

--
Anders


Follow ups