Add column to source_location
This commit is contained in:
parent
3ae969aaae
commit
35293edc24
2 changed files with 27 additions and 15 deletions
|
|
@ -102,7 +102,7 @@ namespace
|
|||
DEBUG_ASSERT(*ptr == ':', detail::assert_handler{});
|
||||
++ptr;
|
||||
|
||||
return {type_safe::nullopt, std::move(filename), std::move(line)};
|
||||
return {type_safe::nullopt, std::move(filename), std::move(line), type_safe::nullopt};
|
||||
}
|
||||
|
||||
severity parse_severity(const char*& ptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue