equal
deleted
inserted
replaced
632 /// The LEMON_ASSERT macro should be called with the \c exp parameter |
632 /// The LEMON_ASSERT macro should be called with the \c exp parameter |
633 /// which should be an expression convertible to bool. If the given |
633 /// which should be an expression convertible to bool. If the given |
634 /// parameter is false the assertion is raised and one of the assertion |
634 /// parameter is false the assertion is raised and one of the assertion |
635 /// behaviour will be activated. The \c msg should be either a const |
635 /// behaviour will be activated. The \c msg should be either a const |
636 /// char* message or an exception. When the \c msg is an exception the |
636 /// char* message or an exception. When the \c msg is an exception the |
637 /// \ref "Exception::what" what() function is called to retrieve and |
637 /// \ref lemon::Exception::what() "what()" function is called to retrieve and |
638 /// display the error message. |
638 /// display the error message. |
639 /// |
639 /// |
640 /// \todo We should provide some way to reset to the default behaviour, |
640 /// \todo We should provide some way to reset to the default behaviour, |
641 /// shouldn't we? |
641 /// shouldn't we? |
642 /// |
642 /// |