Skip to content

assert: support symbols as assertion messages

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/assert into master

Currently, assertion messages are implicitly converted to strings, which causes symbols to throw. This commit adds an explicit string conversion.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading