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
There is no ordering dependency between the two typedefs
in namespace std, the macros that follow, and teh next
opening of namespace std, so move the two typedefs to
avoid repeatedly opening an closing the namespace.
Note that we could have done this without moving
the typedefs as macros are not bound by namespaces,
but our convention very sensibly avoids confusing
readers by keeping macro definitions outside of
namespaces.
0 commit comments