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
Stack Of Tasks
pinocchio
Commits
339f6f53
Verified
Commit
339f6f53
authored
Nov 26, 2020
by
Justin Carpentier
Browse files
core: fix throwing
parent
706ed21e
Pipeline
#12452
passed with stage
in 239 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/macros.hpp
View file @
339f6f53
...
...
@@ -123,7 +123,7 @@ namespace pinocchio
oss << message << std::endl; \
else \
oss << size_literal << " is different from " << expected_size_literal << std::endl; \
PINOCCHIO_THROW(
tru
e, std::invalid_argument, oss.str()); \
PINOCCHIO_THROW(
fals
e, std::invalid_argument, oss.str()); \
}
#define _PINOCCHIO_CHECK_ARGUMENT_SIZE_3(size, expected_size, message) \
...
...
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