Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6085397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:38:04+00:00 2026-05-23T11:38:04+00:00

I’m rearranging the namespaces of code in relatively large C++ project. One difficulty I

  • 0

I’m rearranging the namespaces of code in relatively large C++ project. One difficulty I keep running into is that global operator overloads become inaccessible sometimes. Things like stream operators (<< and >>) and equality operators (==), Sometimes the only changes that cause this is moving from say “namespaceA” to “parent::namespaceA”. Namespace “parent” already exists.

I can fix these by explicitly adding:

using ::operator<<;
using ::operator>>;
using ::operator==;

in the affected files (from “namespaceA”), although I was somewhat surprised to see this work.

But this feels like I’m just masking a deeper problem somewhere.

So my question is this: What situations would you expect the masking/hiding of global operators to occur?

Note: I suspected it might be the nested namespaces prevent Koenig Lookup doing its thing, but making some test cases showed this wasn’t the issues. Another potentially salient point is that the overloaded global operators affected seem to all be templated functions. However, I’m interested in better understanding how the global namespace operators somehow disappear… all answers appreciated.

Clearly it’s something to do with the parent namespace, but I’m not entirely sure what I’m looking for. I can understand an operator being overloaded again so that the wrong version is called, but I’m getting compile errors that can’t even find the operators with the right signature!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:38:04+00:00Added an answer on May 23, 2026 at 11:38 am

    You’re probably forgetting how name lookup works. When you’re using operator<<, it’s almost always as a << b, not ::parent::namespaceA::operator<<(a,b). That unqualified use means that it’s looked up via Argument Dependent Lookup (aka Koenig Lookup).

    So, operators from the global namespace will be hidden by operators from the argument’s namespaces.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
That's pretty much it. I'm using Nokogiri to scrape a web page what has
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I need a function that will clean a strings' special characters. I do NOT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.