Opened 9 years ago

Closed 9 years ago

#8747 closed Bugs (fixed)

Detection of C++0x features broken with Intel compiler on macosx

Reported by: anonymous Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost Development Trunk Severity: Showstopper
Keywords: Cc: ticket, #5878

Description

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

Attachments (1)

intel.hpp.patch (391 bytes ) - added by marat.mustyakimov@… 9 years ago.
patch for bost/config/compiler/intel.hpp

Download all attachments as: .zip

Change History (2)

by marat.mustyakimov@…, 9 years ago

Attachment: intel.hpp.patch added

patch for bost/config/compiler/intel.hpp

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

(In [84927]) Use updated macro names for C++11 detection. Fixes #8747.

Note: See TracTickets for help on using tickets.