Opened 9 years ago
Closed 9 years ago
#8929 closed Bugs (fixed)
C++11 Config Macros Problems
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
There are a few problems with C++11 compliance macros:
Atomic Shared Pointers: The documentation calls this BOOST_NO_CXX11_ATOMIC_SP, but the actual config calls this BOOST_NO_CXX11_ATOMIC_SMART_PTR.
BOOST_NO_CXX11_ATOMIC: There's no mention in the documentation of compilers missing <atomic>, and I can't find any mention in code for what compilers don't have a C++11-compliant <atomic> library implementation.
Note:
See TracTickets
for help on using tickets.
Fixed in develop.