AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

Use `assert` instead of `FC_ASSERT` for conditions that are not progr… #2301

Closed greg7mdp closed 6 months ago

greg7mdp commented 6 months ago

…amatically possible.

In the sense that a user of the class cannot trigger these asserts unless there is a bug in variant_object.[cpp,hpp]

ericpassmore commented 6 months ago

Note:start group: IF category: INTERNALS summary: In some cases use assert instead of FC_ASSERT. Note:end