Skip to content
Snippets Groups Projects
Commit d562f2c1 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[timeloop][setcp] use init_list over vector

The overload with iterators allow insertion from preexisting containers,
while the overload with std::vector allowed for a terser syntax like
`setCheckPoint({1.0, 2.0})`. But template instantiation failed with this
type of syntax because the scalar type on vector could not be deduced.
parent fc9a116f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment