[C++] Correctly parse inline constructors for templates.
This failed for:
template<class T> inline S<T>::S(nullptr_t):_p(0){}
Change-Id: Ibb48f403a66cb19567e65270aa166849ee81a162
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
Loading
Please register or sign in to comment