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
fe1bf8de
Verified
Commit
fe1bf8de
authored
Apr 18, 2021
by
Justin Carpentier
Browse files
core: add missing explicit keyword
parent
c44157e6
Pipeline
#14090
passed with stage
in 164 minutes and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/serialization/static-buffer.hpp
View file @
fe1bf8de
...
...
@@ -17,7 +17,7 @@ namespace pinocchio
{
/// \brief Defautl constructor from a given size
StaticBuffer
(
const
size_t
n
)
explicit
StaticBuffer
(
const
size_t
n
)
:
m_size
(
n
)
{
m_data
.
reserve
(
n
);
...
...
Write
Preview
Supports
Markdown
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