mirror of https://github.com/mono/CppSharp.git
Browse Source
Consider the following sample code:
template <typename T>
class MyClass
{
int i;
};
Even though `i` is not a dependent type itself it needs to be considered as dependent for name mangling purposes.
Fixes a boost parser crasher.
pull/553/head
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue