Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-util
Commits
ed499096
Commit
ed499096
authored
Jan 19, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jan 19, 2017
Browse files
Fix doc
parent
1890ce1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/util/exception-factory.hh
View file @
ed499096
...
...
@@ -75,7 +75,7 @@ namespace hpp
/// \brief Throw an exception of type using MSG as a string stream
/// \code
/// HPP_THROW(std::runtime_error
>
, "message" << variable);
/// HPP_THROW(std::runtime_error, "message" << variable);
/// \endcode
# define HPP_THROW(TYPE, MSG) \
throw ::hpp::ExceptionFactory<TYPE>() << MSG << ::hpp::ThrowException()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment