Skip to content

assert: support custom errors

Rodrigo Muino Tomonari requested to merge github/fork/geek/assert into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

assert - support a way to provide a custom Error type for assertions. This will help make assert more useful for validating types and ranges.

Merge request reports

Loading