| 53 | } |
| 54 | |
| 55 | SourceLocation Exception::sourceLocation() const noexcept |
| 56 | { |
| 57 | if (SourceLocation const* sourceLocation = boost::get_error_info<errinfo_sourceLocation>(*this)) |
| 58 | return *sourceLocation; |
| 59 | |
| 60 | return SourceLocation{}; |
| 61 | } |
no outgoing calls