Block a user
Provide builtin assert
- The beginning of
visit(boot::procedure_call *call)
handles anassert
call. Extract this logic into a separate private function. assert()
with a non-constant is ignored. Abort the…