| 150 | } |
| 151 | |
| 152 | void ScopedTrace::clear() FL_NOEXCEPT { |
| 153 | auto& storage = getTraceStorage(); |
| 154 | storage.callStack.resize(0); |
| 155 | storage.stackDepth = 0; |
| 156 | } |
| 157 | |
| 158 | // ScopedTrace RAII implementation |
| 159 | ScopedTrace::ScopedTrace(const char* function, int line) FL_NOEXCEPT { |