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
bit_reference<const T> shouldn't provide the non const functions. Otherwise the compiler error would appear in the library code instead of on the user code.
The text was updated successfully, but these errors were encountered:
bit_reference<const T>
shouldn't provide the non const functions. Otherwise the compiler error would appear in the library code instead of on the user code.The text was updated successfully, but these errors were encountered: