Extern type defined with generic parameters incorrectly generated in C++#313
Extern type defined with generic parameters incorrectly generated in C++#313rdegnan wants to merge 1 commit intodropbox:masterfrom
Conversation
|
Automated message from Dropbox CLA bot @rdegnan, thanks for the pull request! It looks like you haven't yet signed the Dropbox CLA. Please sign it here. |
|
Automated message from Dropbox CLA bot @rdegnan, thanks for signing the CLA! |
|
Hi @rdegnan. Thanks for taking a stab at this. Looks like this change breaks some existing functionality, though. When I try to build the sample app I see many errors like this: Looks like your change is affecting the handling of template args for types like vector<> in a bad way. For future reference, when making any changes, please make sure you can |
artwyman
left a comment
There was a problem hiding this comment.
See my prior comment for details. Please re-submit after resolving build/test problems, and also include generated code changes for example app and test suite.
This commit fixes #149