<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eli Friedman wrote:
<blockquote
cite="mid:f5aa3e9b0907311937jfeea888x7c2376c5c2cfb2b5@mail.gmail.com"
type="cite">
<pre wrap="">On Fri, Jul 31, 2009 at 7:06 PM, Anis Ahmad<a class="moz-txt-link-rfc2396E" href="mailto:anis.ahmad.oss@gmail.com"><anis.ahmad.oss@gmail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
Just wondering if anybody's working on implementing section 11.4 of
the spec (Friend functionality)? The C++ support page is still red
across the boards for that section.
</pre>
</blockquote>
<pre wrap=""><!---->
I guess it's worth noting that access checking is turned off by
default, so code that uses "friend" declarations actually does work
despite the support being mostly missing. I don't know if anyone is
working on it at the moment, though.
</pre>
</blockquote>
<br>
I'm currently working on essentially everything about friend
declarations *except* access control, i.e. adding the semantic checks,
not treating declared entities as members, &c. Much of this is
done and should land sometime either this weekend or early next week.<br>
<br>
John.<br>
</body>
</html>