Details
-
Task
-
Resolution: Done
-
Minor - P4
-
None
-
None
Description
http://www.mongodb.org/about/contributors/kernel-exception-architecture/
These are not quite correct, and should be updated. The description should also be based on how it should be used. I don't currently have an exact specification of the behavior anywhere unfortunately, so this is more as a placeholder for when someone could look more into this and a note that a warning about this could possibly be added to that page.
verify is a synonym for massert, that doesn’t require an error code.
dassert just calls verify but only in debug mode. Do not use!