<table><tr><td style="">thiago added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D5865" rel="noreferrer">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D5865#112679" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D5865#112679</a>, <a href="https://phabricator.kde.org/p/rjvbb/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@rjvbb</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>That option only exists in MSVC 2017.</p></blockquote>

<p>Should we have deduce that from the docs I cite in the CMake comments? I'm willing to believe that I misread as far as support for named operators is concerned, but they do mention 2015 Update 3 specifically as the appearance of <tt style="background: #ebebeb; font-size: 13px;">/permissive-</tt>.</p></div>
</blockquote>

<p>Documentation to the rescue:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">MSVC 2015: <a href="https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx" class="remarkup-link" target="_blank" rel="noreferrer">https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx</a></li>
<li class="remarkup-list-item">MSVC 2017: <a href="https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance" class="remarkup-link" target="_blank" rel="noreferrer">https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance</a></li>
</ul>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>But that has nothing to do with the named keywords. And the problem is not the compiler, it's Microsoft's Windows SDK headers.</p></blockquote>

<p>In what sense? Do they use reserved keywords or is the named operator support implemented in header files with macros or who knows what?</p></blockquote>

<p>Yes, and more. For example, MSVC 2013 had -Zs:strictStrings, but we couldn't turn it on because the headers would then fail to compile. This improved in MSVC 2015, so we turned it on.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>And just to be clear, there is thus no reliable way to obtain support for named operators in MSVC, not even with v. 2017 (and foreseeable newer versions)?</p></blockquote>

<p>Why are we spending time in named operators? It's much easier to fix the source code not to use them and then the problem goes away.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5865" rel="noreferrer">https://phabricator.kde.org/D5865</a></div></div><br /><div><strong>To: </strong>rjvbb, Frameworks, Build System, cgilles, kfunk<br /><strong>Cc: </strong>thiago, kfunk<br /></div>