This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A simple testcase (Re: [RFC] middle-end/21743...)


Hi again ;)

In the meanwhile figure out a simple testcase, clearly showing the issue.

namespace mine
{
  void csin(int) { };
  int cpow;
};

using mine::csin; // Ok.
using mine::cpow; // Not ok.

I'm not sure whether we can do something about this...

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]