Add column to source_location

This commit is contained in:
Jonathan Müller 2017-10-11 21:55:08 +02:00
commit 35293edc24
2 changed files with 27 additions and 15 deletions

View file

@ -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)