id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8747,Detection of C++0x features broken with Intel compiler on macosx,anonymous,John Maddock,"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 ",Bugs,closed,To Be Determined,config,Boost Development Trunk,Showstopper,fixed,,ticket #5878