Skip to content

Conversation

@xvallspl
Copy link
Contributor

@xvallspl xvallspl commented Apr 6, 2017

No description provided.

@phsft-bot
Copy link

Starting build on centos7/gcc49, mac1011/native, slc6/gcc49, slc6/gcc62, ubuntu14/native and CMake flags -Dccache=ON -Dimt=OFF

void Add(const std::vector<T> &elements)
/// Iterate over a datastructure referenced by a pointer and accumulate on the exising result
template <class Iterator>
void Add(const Iterator begin, const Iterator end)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xvallspl, @lmoneta : is it really better to have begin and end here? Can't we pass something to iterate on? With range based looping this would not imply any code change in the body of the methods.

@xvallspl
Copy link
Contributor Author

xvallspl commented Apr 6, 2017 via email

@dpiparo
Copy link
Member

dpiparo commented Apr 6, 2017

@xvallspl : Fine.

@xvallspl
Copy link
Contributor Author

@phsft-bot build!

1 similar comment
@martinmine
Copy link
Contributor

@phsft-bot build!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants