archonitelabs / radiant-cpp

Radiant Library (C++)
Apache License 2.0
2 stars 1 forks source link

remove reserved namespace pollution #24

Closed jxy-s closed 1 week ago

jxy-s commented 1 week ago

Removes the use of _ when prefixing things inside Radiant to avoid polluting or confusing with reserved/global namespaces.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.94%. Comparing base (18618a7) to head (b701357).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ========================================== - Coverage 90.99% 90.94% -0.06% ========================================== Files 17 17 Lines 1922 1922 Branches 236 236 ========================================== - Hits 1749 1748 -1 Misses 13 13 - Partials 160 161 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.