On Tue, Aug 20, 2024 at 8:26 PM Christian Schneider
<cschn...@cschneid.com> wrote:
>
> Am 20.08.2024 um 17:14 schrieb Levi Morrison <levi.morri...@datadoghq.com>:
> > Keep in mind that qualifying
> > every global function is annoying but probably can be somewhat
> > automated, and will bring better performance. So again, this improves
> > the existing code even without upgrading.
>
> Just to be sure: Would code *not* using namespaces also have to qualify 
> global function calls? I admit that I somewhat skimmed the discussion so I 
> might have missed that point.

Code that isn't in a namespace is in the global namespace. So no, such
code does not have to qualify the global function calls.

Reply via email to