mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Add converter tests with throw_on_error
This commit is contained in:
@@ -250,6 +250,7 @@ public:
|
||||
constexpr static bool ignore_empty = (count_ignore_empty == 1);
|
||||
constexpr static bool throw_on_error = (count_throw_on_error == 1);
|
||||
// TODO set string_error if throw_on_error is defined
|
||||
// TODO throw_on_error should be unique
|
||||
|
||||
private:
|
||||
#define ASSERT_MSG "cannot have the same match character in multiple matchers"
|
||||
|
||||
Reference in New Issue
Block a user