Skip to content
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

Closed
FabienCarmagnac opened this issue Dec 11, 2020 · 0 comments · Fixed by #493
Closed

Comments

@FabienCarmagnac
Copy link

FabienCarmagnac commented Dec 11, 2020

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.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant