• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: "explicit qualification in declaration" error? (SOLVED)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >"explicit qualification in declaration" error? (From: Rick Mann <email@hidden>)
 >Re: "explicit qualification in declaration" error? (From: Howard Hinnant <email@hidden>)

  • Prev by Date: SInt32 vs int
  • Next by Date: Re: SInt32 vs int
  • Previous by thread: Re: "explicit qualification in declaration" error?
  • Next by thread: Jump to Definition doesn't
  • Index(es):
    • Date
    • Thread