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)

test_z.cpp (1.0 KB ) - added by Robert Ramey 8 years ago.
demonstrate problem with BOOST_NO_CXX11_HDR_TYPE_TRAITS

Download all attachments as: .zip

Change History (4)

by Robert Ramey, 8 years ago

Attachment: test_z.cpp added

demonstrate problem with BOOST_NO_CXX11_HDR_TYPE_TRAITS

comment:1 by anonymous, 8 years ago

Which std lib - libstdc++ or libc++ ?

comment:2 by John Maddock, 8 years ago

Ping?

comment:3 by Robert Ramey, 8 years ago

Resolution: invalid
Status: newclosed

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.