Skip to content
GitLab
Menu
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
1281a473
Unverified
Commit
1281a473
authored
Nov 26, 2020
by
Justin Carpentier
Committed by
GitHub
Nov 26, 2020
Browse files
Merge pull request #1351 from jcarpent/topic/fix
Fix throwing
parents
b2ac6e40
339f6f53
Pipeline
#12456
passed with stage
in 244 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/macros.hpp
View file @
1281a473
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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