Subject: [Boost-bugs] [Boost C++ Libraries] #8747: Detection of C++0x features broken with Intel compiler on macosx
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-29 00:22:08
#8747: Detection of C++0x features broken with Intel compiler on macosx
-------------------------------------+-------------------------
Reporter: anonymous | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost Development Trunk | Severity: Showstopper
Keywords: |
-------------------------------------+-------------------------
Detection of C++0x features should *NOT* be base on
__GXX_EXPERIMENTAL_CPP0X__ but on __GXX_EXPERIMENTAL_CXX0X__
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
__GXX_EXPERIMENTAL_CXX0X__ 1
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8747> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC