Inline SourceLineInfo::empty definition

This commit is contained in:
Martin Hořeňovský
2019-09-08 18:20:49 +02:00
parent e2b3443fe7
commit 293012a002
5 changed files with 11 additions and 11 deletions

View File

@@ -39,6 +39,11 @@ apart from writing it out for `--list-tests -v high`.
Because it isn't actually used nor documented, and brings complications
to Catch2's internals, description support will be removed.
### SourceLineInfo::empty()
There should be no reason to ever have an empty `SourceLineInfo`, so the
method will be removed.
## Planned changes