| 84 | //----------------------------------------------------------------------------- |
| 85 | |
| 86 | inline void Dump([[maybe_unused]] const auto* stmt) |
| 87 | { |
| 88 | #ifdef INSIGHTS_DEBUG |
| 89 | if(stmt) { |
| 90 | stmt->dump(); |
| 91 | } |
| 92 | #endif /* INSIGHTS_DEBUG */ |
| 93 | } |
| 94 | //----------------------------------------------------------------------------- |
| 95 | |
| 96 | /// \brief Log an error. |