-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce recursion depth for less error clutter
If something doesn't compile the compiler will show the call sequence that lead to the issue. Since the previous implementation used a many function calls before instantiating the test function template, these call traces were really long (especially, because they all contained long type lists). Now, the call stack is a lot flatter (as flat as possible, I hope), making it easier to go through compiler error messages. Clean up some of the code to make it more consistent and easier to extend. Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information
Showing
5 changed files
with
174 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.