Block a user
belka
transferred repository 2025-04-25 23:10:01 +02:00
jimmyleary1900/toto-site-7404
to belka/eugenios
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…