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
Alongside the push_back functions we should implement the emplace_back, both in Buffer and BufferManager
push_back
emplace_back
Buffer
BufferManager
The text was updated successfully, but these errors were encountered:
Adding this feature may not be as trivial as I thought if we are going to use the boost::circular_buffer
boost::circular_buffer
This feature seems to be still missing see https://svn.boost.org/trac10/ticket/9299#no1 and boostorg/circular_buffer#15
Sorry, something went wrong.
Do we need that feature though? Considering it is not present also in the circular buffer, it is likely we won't have a use for it
AlexAntn
Nicogene
No branches or pull requests
Alongside the
push_back
functions we should implement theemplace_back
, both inBuffer
andBufferManager
The text was updated successfully, but these errors were encountered: