]> Git Repo - VerusCoin.git/commit
Make tinyformat errors raise an exception instead of assert()ing
authorWladimir J. van der Laan <[email protected]>
Fri, 28 Feb 2014 08:25:00 +0000 (09:25 +0100)
committerWladimir J. van der Laan <[email protected]>
Fri, 28 Feb 2014 08:25:00 +0000 (09:25 +0100)
commit1b8fd35aadfad6a1e55391f02add6076c8c9ea8f
treeec1a51330250ca42add7de3c94384b4f9b64d40c
parentafe2a203edcd98d668c80e6d688bcaffb9fccde0
Make tinyformat errors raise an exception instead of assert()ing

By default tinyformat errors such as 'wrong number of conversion
specifiers in format string' cause an assertion failure.

Raise an exception instead so that error handling can recover or can
show an appropriate error.
src/tinyformat.h
This page took 0.024329 seconds and 4 git commands to generate.