clang icon indicating copy to clipboard operation
clang copied to clipboard

Parameters of injected functions

Open asutton opened this issue 7 years ago • 0 comments

Parameters of injected functions in metaclasses refer to the wrong the declarations when applied. See test/CXX/meta/value.cpp for an example.

It's likely that we're not updating the context correctly when instantiating the new parameters.

asutton avatar Oct 17 '17 15:10 asutton