Wrap all sources in a namespace
Open
bug
- Dominant language
- C++
- Stars
- 99
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
To eat our own dogfood here, the sources should be wrapped in a namespace to minimize the chances of ODRVs happen. For source-level structures and algorithms, they should be wrapped in an anonymous namespace (I believe most - but maybe not all - already are.)
Contributor guide
Assessment
This issue has not been assessed yet.