Boost C++ Libraries: Ticket #13167: "Unknown compiler version ..." with 1.64 on Visual Studio 15.3 https://svn.boost.org/trac10/ticket/13167 <p> Visual Studio 2017 version 15.3 (4.7.02046) has upped the _MSC_VER define to 1911 (I think previously 1910 in 15.2). This gives a lot of warning messages with 1.64 - I have not tried 1.65 but the release notes do not mention this - and I am reluctant to simply hack boost_1_64_0\boost\config\compiler\visualc.hpp as of course there may actually be an issue. What to do? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13167 Trac 1.4.3 John Melas <john@…> Sun, 20 Aug 2017 10:51:52 GMT <link>https://svn.boost.org/trac10/ticket/13167#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13167#comment:1</guid> <description> <p> The fix is to change line 324 </p> <p> from #if (_MSC_VER &gt; 1910) </p> <p> to #if (_MSC_VER &gt;= 1920) </p> <p> in compliance with line 312 # elif _MSC_VER &lt; 1920 </p> <p> which accepts _MSC_VER from 1910 to 1919 as compiler version 14.1 </p> </description> <category>Ticket</category> </item> <item> <author>Gary Furnish <gfurnish@…></author> <pubDate>Mon, 21 Aug 2017 00:47:57 GMT</pubDate> <title>version, type, severity changed; cc set https://svn.boost.org/trac10/ticket/13167#comment:2 https://svn.boost.org/trac10/ticket/13167#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">gfurnish@…</span> added </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.64.0</span> → <span class="trac-field-new">Boost 1.65.0</span> </li> <li><strong>type</strong> <span class="trac-field-old">Support Requests</span> → <span class="trac-field-new">Bugs</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Optimization</span> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Vyacheslav Putsenko <xslavik@…> Tue, 22 Aug 2017 08:46:20 GMT <link>https://svn.boost.org/trac10/ticket/13167#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13167#comment:3</guid> <description> <p> Hi, Same with 1.65 :( </p> <p> But release notes include statement that release was tested with 14.1. </p> </description> <category>Ticket</category> </item> <item> <author>Vyacheslav Putsenko <xslavik@…></author> <pubDate>Tue, 22 Aug 2017 08:47:08 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/13167#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13167#comment:4</guid> <description> <p> Do I need to post separate ticket for 1.65 version ? </p> </description> <category>Ticket</category> </item> <item> <author>Vyacheslav Putsenko <xslavik@…></author> <pubDate>Tue, 22 Aug 2017 08:58:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/13167#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13167#comment:5</guid> <description> <p> Visual Studio 15.3 resolves _MSC_VER to 1911. </p> </description> <category>Ticket</category> </item> <item> <author>Daniel Krügler <daniel.kruegler@…></author> <pubDate>Thu, 24 Aug 2017 16:31:19 GMT</pubDate> <title>cc changed https://svn.boost.org/trac10/ticket/13167#comment:6 https://svn.boost.org/trac10/ticket/13167#comment:6 <ul> <li><strong>cc</strong> <span class="trac-author">daniel.kruegler@…</span> added </li> </ul> Ticket John Maddock Thu, 10 May 2018 10:47:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13167#comment:7 https://svn.boost.org/trac10/ticket/13167#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This is addressed in 1.67. </p> Ticket