Skip to content
Snippets Groups Projects
Commit f4c6dd56 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Explicit template instantiations should end up on the global scope.

Fixes: http://savannah.cern.ch/bugs/?100449


git-svn-id: http://root.cern.ch/svn/root/trunk@48618 27541ba8-7e3a-0410-8455-c3a389f83636
parent a18d1471
No related branches found
No related tags found
No related merge requests found
......@@ -550,6 +550,8 @@ namespace cling {
return false;
if (keyword.equals("namespace"))
return false;
if (keyword.equals("template"))
return false;
}
else if (kind == tok::hash) {
WrapLexer.Lex(Tok);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment