Don't expose ::util::
symbols
#10
Labels
Task
Something to be done in the codebase which does not fix a bug and does not enhance it per se.
::util::
symbols
#10
Our library currently exposes symbols in the
::util::
namespace, which are only used internally. That shouldn't happen - others might want to use those names.Here's an SO question about this issue..
For now, let's use a workaround - move a lot of the utility code into a nameapace - avoiding accidental dependencies by outside source but not making the symbols actually private.
The text was updated successfully, but these errors were encountered: