You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow using variadic templates instead of pre-generated code where supported (#1303)
* Replace generated code with variadic templates where supported
* Template outside of ifdef
* Add variadic templates for Language,Vector,InternalStdFunction
* Cleanup placement of new traits
* Initial implementations of more templates
* Fix stray changes
* Variadic template for generated methods
* Variadic templates for pointer methods
* Simplify and reduce duplication of templates
* Simplify more templates
* Add changelog entry
* Fix incorrect template type for Factory constructor
0 commit comments