Boost C++ Libraries: Ticket #13422: Handle Intel compiler in most config.hpp headers https://svn.boost.org/trac10/ticket/13422 <p> I'm trying to use the Intel Compiler with MSVC, but I'm struggling to make Boost work the same way as with VS/Gcc/Clang. </p> <p> Most language features detection macros are basically broken with the Intel compiler, as this case is just not handled. </p> <p> For now, I manually define macro such as BOOST_ASIO_HAS_STD_ARRAY as a workaround. </p> <p> That'd be great to handle ICC directly in Boost ;) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13422 Trac 1.4.3 anonymous Thu, 25 Jan 2018 09:56:23 GMT <link>https://svn.boost.org/trac10/ticket/13422#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13422#comment:1</guid> <description> <p> By the way : The intel compiler works on Linux, as it defines <span class="underline">GNUC</span> to make everyone's life easier. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 10 May 2018 12:06:20 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/13422#comment:2 https://svn.boost.org/trac10/ticket/13422#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">config</span> </li> </ul> <p> Intel on Windows is already handled as it's own special case in boost/config/compiler/intel.hpp </p> <p> You need to be more specific about what's not working correctly. </p> Ticket John Maddock Tue, 31 Jul 2018 18:55:37 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13422#comment:3 https://svn.boost.org/trac10/ticket/13422#comment:3 <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">invalid</span> </li> </ul> <p> Requested info not supplied: please reopen on github with more info. </p> Ticket