We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having a compile-time size of a circular buffer is often useful:
boost::circular_array<double, 7> v;
Will attempt to provide this in a forthcoming PR if everyone thinks it's a good idea.
The text was updated successfully, but these errors were encountered:
You might want to talk to @breese who has implemented https://github.com/breese/trial.circular
Sorry, something went wrong.
See also the e-mail thread on the Boost mailing list: https://lists.boost.org/Archives/boost/2019/09/246925.php
@breese's work is exactly the way I had in mind to do this.
No branches or pull requests
Having a compile-time size of a circular buffer is often useful:
Will attempt to provide this in a forthcoming PR if everyone thinks it's a good idea.
The text was updated successfully, but these errors were encountered: