fix debug build

This commit is contained in:
Seth Alves 2015-06-17 14:48:37 -07:00
parent 0568dc983e
commit 9a51a4c5b1

View file

@ -124,7 +124,9 @@ public:
push();
f();
pop();
#ifdef DEBUG
assert(startingDepth = size());
#endif
}
template <typename Function>