Re: "explicit qualification in declaration" error? (SOLVED)
Re: "explicit qualification in declaration" error? (SOLVED)
- Subject: Re: "explicit qualification in declaration" error? (SOLVED)
- From: Rick Mann <email@hidden>
- Date: Thu, 1 Jun 2006 20:11:38 -0700
On Jun 1, 2006, at 17:40 , Howard Hinnant wrote:
This is conforming behavior. Here's a simplified example:
namespace N
{
void N::f() {}
}
The conforming code would be:
namespace N
{
void f() {}
}
Personally I'd just edit the PPX source <shrug>.
Thank you, that was it.
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden