Opened 10 years ago
Closed 10 years ago
#7695 closed Bugs (fixed)
1.52.0 config does not correctly identify features available with VC11
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | VC11, config, mutex, C++11 | Cc: |
Description
dinkumware.hpp shows that <mutex> is unavailable with boost 1.52.0 when built with Microsoft VC11.
I noticed this when attempting to detect the presence of mutex (not in VC10, in VC11) via the boost config define (BOOST_NO_CXX11_HDR_MUTEX).
A review should be made of the other features added in VC11.
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Keywords: | C++11 added |
---|
comment:4 by , 10 years ago
Owner: | changed from | to
---|
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe that this is complete now.
Note:
See TracTickets
for help on using tickets.
Here's the MSVC11 notes page http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
The headers available include: <atomic>, <chrono>, <condition_variable>, <future>, <mutex>, <ratio>, <scoped_allocator>, and <thread>