- Make
Assert(…)
(util/check.h
) usable in all contexts. - Use
Assert(…)
to make implicit assumptions explicit.
Before the first commit:
0./chain.h:404:23: error: C++11 only allows consecutive left square brackets when introducing an attribute
1 return (*this)[Assert(pindex)->nHeight] == pindex;
2 ^