Boost C++ Libraries: Ticket #8747: Detection of C++0x features broken with Intel compiler on macosx https://svn.boost.org/trac10/ticket/8747 <p> Detection of C++0x features should *NOT* be base on <span class="underline">GXX_EXPERIMENTAL_CPP0X</span> but on <span class="underline">GXX_EXPERIMENTAL_CXX0X</span> </p> <p> icc --version icc (ICC) 13.0.1 20121010 Copyright (C) 1985-2012 Intel Corporation. All rights reserved. icc -std=c++11 -dM -E t.cpp | grep CXX0X #define <span class="underline">GXX_EXPERIMENTAL_CXX0X</span> 1 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8747 Trac 1.4.3 marat.mustyakimov@… Sat, 29 Jun 2013 00:23:45 GMT attachment set https://svn.boost.org/trac10/ticket/8747 https://svn.boost.org/trac10/ticket/8747 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">intel.hpp.patch</span> </li> </ul> <p> patch for bost/config/compiler/intel.hpp </p> Ticket John Maddock Mon, 01 Jul 2013 17:19:18 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8747#comment:1 https://svn.boost.org/trac10/ticket/8747#comment:1 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84927" title="Use updated macro names for C++11 detection. Fixes #8747.">[84927]</a>) Use updated macro names for C++11 detection. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8747" title="#8747: Bugs: Detection of C++0x features broken with Intel compiler on macosx (closed: fixed)">#8747</a>. </p> Ticket