Opened 8 years ago
Closed 8 years ago
#10875 closed Bugs (invalid)
BOOST_NO_CXX11_HDR_TYPE_TRAITS for recent CLANG
Reported by: | Robert Ramey | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I'm running the following test program on my MAC OS with the latest copy of clang.
To me it illustrates the the setting of BOOST_NO_CXX11_HDR_TYPE_TRAITS is incorrect for this compiler.
Robert Ramey
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | test_z.cpp added |
---|
comment:3 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
False alarm. My Clang setup automatically setup a std=c++?? option but it's not clear which one it sets it to. Fiddling with my build to select some specific version resolved my issue. That has the side benefit of letting me test agains C++11 and C++03 separately and intentionally.
Robert Ramey
Note:
See TracTickets
for help on using tickets.
demonstrate problem with BOOST_NO_CXX11_HDR_TYPE_TRAITS