-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quantile object has const members : difficult to use within a vector<Quantile> #425
Comments
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
pushed a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
jupp0r
added a commit
that referenced
this issue
May 14, 2021
This change removes an unnecessary API constraint that makes it harder to dynamically construct quantile configurations for summaries. Fixes #425
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v0.10.0 : Quantile object has const members (not copiable), so not really usable inside a vector.
It is not possible to push_back Quantile's into a std::vector. We have to use another container.
If some internal reason needs it, I suggest to initialize the summary quantile set passing begin+end iterator.
The text was updated successfully, but these errors were encountered: