You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
This in turn will necessitate an actual buffered streambuf underneath, for embedded scenarios a low level circular buffer should do the trick. Make the size configurable, but default to something on the smaller side like 64 bytes
Also, make this configurable ON or OFF as a feature flag, as most people shouldn't be using this feature (peek is better if you can use it)
The text was updated successfully, but these errors were encountered:
This in turn will necessitate an actual buffered streambuf underneath, for embedded scenarios a low level circular buffer should do the trick. Make the size configurable, but default to something on the smaller side like 64 bytes
Also, make this configurable ON or OFF as a feature flag, as most people shouldn't be using this feature (peek is better if you can use it)
The text was updated successfully, but these errors were encountered: