Opened 9 years ago

Closed 9 years ago

#8929 closed Bugs (fixed)

C++11 Config Macros Problems

Reported by: Andrew Ho <helloworld922@…> 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.

Change History (1)

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in develop.

Note: See TracTickets for help on using tickets.