sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

ExpressionChainBuilder breaks runtime arg chain when used with ExpressionType that is a concatenation of expressions itself #111

Open JanosGit opened 1 year ago

JanosGit commented 1 year ago

This happened e.g. with MagToDb and DbToMag. A current quick fix is in place but that's a rather convoluted and non-generic workaround