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
Don't pollute global namespace with using declaration.
First cleanup of possibly many: remove
```
using Logger = utl::Logger
```
In header file, it was polluting the entire grt namespace.
Using declarations should never be in header files that affect
some global scope.
Signed-off-by: Henner Zeller <[email protected]>
0 commit comments