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
This isn't a high priority change, as it is mostly cosmetic, but it would be nice to get on all of the harmonic branches and then ported forward to ionic.
For each repo, we should:
Collapse nested namespaces
Check that include guards are correct.
Remove using namespace from headers
(optionally) Remove using namespace from core library sources
Since we are using C++17, we can replace:
with
This isn't a high priority change, as it is mostly cosmetic, but it would be nice to get on all of the harmonic branches and then ported forward to ionic.
For each repo, we should:
using namespace
from headersusing namespace
from core library sourcesI'm using this issue to track progress:
The text was updated successfully, but these errors were encountered: