Fix position of "inline" in "inline namespace" (MacOS G__MathCore failure).
This commit is contained in:
parent
82c69767d9
commit
f630fd58ed
@ -684,9 +684,9 @@ namespace cling {
|
||||
haveAnyDecl = true;
|
||||
}
|
||||
if (haveAnyDecl) {
|
||||
std::string output = stream.take(true);
|
||||
if (D->isInline())
|
||||
Out() << "inline ";
|
||||
std::string output = stream.take(true);
|
||||
Out() << "namespace " << *D << " {\n" << output << "}\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user