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 Jan 13, 2022. It is now read-only.
The BitStream has a << operator which simply takes any argument and redirects it to
BitStream::Write(...)
:c
(or the value referenced) however will never be changed, so thatc
should beconst
. Then the following code becomes valid:The text was updated successfully, but these errors were encountered: