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
Replace macros in binary.h with a single enum.
Make all Bxxxx constants trigger a "deprecated" warning (if supported),
indicating to use 0bxxxx instead (supported since C++14 and GCC 4.3).
Addresses issue #3561
0 commit comments