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)
Change History (2)
by , 9 years ago
| Attachment: | intel.hpp.patch added |
|---|
comment:1 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

patch for bost/config/compiler/intel.hpp