- cppast version: latest
- parser:
libclang_parser - clang version:
15.0.7
Explanation of the error.
Input:
namespacens {
template<typenameT1>
structTest1 {
template<typenameT2>
structTest2 {
};
};
}
template <typenameT1, typenameT2>
voidtest(typename ns::Test1<T1>::template Test2<T2> s)
{
}Output:
[libclang parser] [error] test.h:16: unable to find end of function prefix
libclang_parser15.0.7Explanation of the error.
Input:
Output: