Opened 11 years ago
Closed 11 years ago
#6636 closed Patches (fixed)
Add BOOST_HAS_LONG_LONG to boost/config/compiler/clang.hpp
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | clang | Cc: |
Description
For some reason, boost/config/compiler/clang.hpp has the comment 'Clang supports "long long" in all compilation modes.', but it still does *not* define BOOST_HAS_LONG_LONG!
This causes various problems in boost/cstdint.hpp, when you actually try to use any of the boost headers (in particular, it ends up erroring on one of the "defaults not correct; you must hand modify boost/cstdint.hpp" lines).
Fix this by adding BOOST_HAS_LONG_LONG to boost/config/compiler/clang.hpp.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | clang-long-long-1.diff added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Add BOOST_LONG_LONG to boost/config/compiler/clang.hpp