<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br><br>~Robert Widmann</div><div><br>2016/06/16 0:44、Charles Srstka &lt;<a href="mailto:cocoadev@charlessoft.com">cocoadev@charlessoft.com</a>&gt; のメッセージ:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8"><blockquote type="cite" class="">On Jun 15, 2016, at 11:16 PM, Robert Widmann &lt;<a href="mailto:devteam.codafi@gmail.com" class="">devteam.codafi@gmail.com</a>&gt; wrote:<br class=""></blockquote><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Charles we've diverged from the actual issue at hand to nitpick my English. &nbsp;Read the code (that std::min tho!). &nbsp;We have a problem here and no obvious solution that doesn't involve special-casing parts of this proposal. &nbsp;Do you have a solution or shall we take this offline? &nbsp;I can provide you my iMessage information in a person email if you wish to discuss this with me or any other members of the team, but the list is not the most productive place for this.</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Thanks,</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="">~Robert Widmann</div></div></blockquote></div><br class=""><div class="">I am not sure why you think I am nitpicking your English (unless if you are possibly referring to the post where I corrected my own typo, but that was my English, not yours). What I am trying to express is that I do not believe there is an issue with the syntax as proposed. If there is no access modifier on a declaration, there is no reason that that declaration should be less visible than its container, except in the case that the container’s visibility is greater than the default level of internal—i.e. it is public.</div><div class=""><br class=""></div></div></blockquote><div><br></div><div>We agree on the latter half, but the former is suspect. &nbsp;You may have gleaned that from the spirit of this proposal, but its letter says nothing of the sort. &nbsp;Access and visibility are one and the same in the compiler. &nbsp;We use access to determine (for lack of a better word) the "lookup-ability" of a symbol (hence its visibility) during Sema. &nbsp;To divorce or tie the two any further is not specified and should have been originally. &nbsp;If you honestly believe that we should break containment because that is the right thing to do then I need the proposal to match that belief. &nbsp;Otherwise, the implementation I have is subject to the issue in root.</div><div><br></div><div>If you read the very example given in that proposal, you will see that the author intended private members to be scoped by their containing declaration. &nbsp;There is precisely zero mention of top-level semantics. &nbsp;If that was an honest mistake or an ambiguity that didn't get removed, then we need to address it here and now before we merge a proper implementation.</div><br><blockquote type="cite"><div><div class="">Furthermore, I do not see the need for an access modifier that says to give something the same visibility as its parent, since for all access levels other than public (and of course, for public APIs, you want to declare those explicitly anyway), you get that already by default, so an access modifier seems somewhat redundant.</div></div></blockquote><div><br></div><div>Precisely.</div><br><blockquote type="cite"><div><div class=""><br class=""></div><div class="">Charles</div><div class=""><br class=""></div></div></blockquote></body></html>