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 8145947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:49:44+00:00 2026-06-06T13:49:44+00:00

I declared a global shift operator but for some reason the compiler cannot deduct

  • 0

I declared a global shift operator but for some reason the compiler cannot deduct the type.

template<class T, size_t N>
std::istream& operator >>(std::istream& stream, std::array<T, N>& array);

Instead it tries to use a overload with std::istream&& as the first argument.

EDIT: I invoke via

void myns::subns::Object::Func(std::istream& stream) {
  stream >> array;
}

where array is std::array<size_t, 2>.
Indeed, when I try it isolated it compiles – but in my code gcc (4.7) complains error: cannot bind ‘std::istream {aka std::basic_istream<char>}’ lvalue to ‘std::basic_istream<char>&&’

Could someone explain to me why the deduction does not work or how I can force to call the function overload?

  • 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-06-06T13:49:45+00:00Added an answer on June 6, 2026 at 1:49 pm

    If it doesn’t find the operator>> in the namespace it is called from, the compiler looks for the operator in namespaces associated with the parameters you use. In this case they all come from namespace std, and not from the global namespace. Therefore the global namespace is not searched.

    When you explicitly call ::operator>>(istream, array), it does look in the global namespace (as you specifically asked it to).

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

Sidebar

Related Questions

I have few global methods declared in public class in my ASP.NET web application.
I have a global declared array and loading that array in table view but
I've declared a global variable class like this: public class globalVar extends Application {
In the header of the class, outside of interface declaration, I've declared global constants:
How can I fscanf for both float and double, as I declared a global
In following program . I have one doubt. I have declared one global variable
I have a vector declared as a global variable that I need to be
How i can declare a global method in delphi prism using the __Global class?
I want to declare some global variables and global constants. Normally, I would put
I'm trying to declare a global variable from within a class like so: class

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.