Properly namespace the null backtrace output op
This commit is contained in:
parent
faa44b24ef
commit
ee6fb59e99
@ -11,7 +11,9 @@ debug::backtrace::backtrace (void):
|
|||||||
|
|
||||||
|
|
||||||
ostream&
|
ostream&
|
||||||
operator <<(ostream &os, const debug::backtrace &rhs) {
|
debug::operator <<(ostream &os, const debug::backtrace &rhs) {
|
||||||
os << "null backtrace";
|
os << "null backtrace";
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user