#8750 closed Support Requests (duplicate)
VC12 support
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
VS2013/VC12 preview is released. However, there are some compiling errors when using vc12 to build boost.
Attachments (3)
Change History (10)
by , 9 years ago
Attachment: | boost_vc12.patch added |
---|
by , 9 years ago
Attachment: | vc12.patch added |
---|
comment:1 by , 9 years ago
Several places are also using std::min/max without including the <algorithm> header. A more thorough search for all such usages is likely in order.
by , 9 years ago
Attachment: | for_vs2013.patch added |
---|
follow-up: 3 comment:2 by , 9 years ago
My patch should fix all problems even with std::min/max (fixed as in stlport.hpp)
comment:3 by , 9 years ago
Replying to arkadiy_s@…:
My patch should fix all problems even with std::min/max (fixed as in stlport.hpp)
Agreed, the for_vs2013.patch is a better one
comment:5 by , 9 years ago
Component: | Building Boost → config |
---|---|
Owner: | set to |
I will create tickets for the other libraries. Please update only config headers.
comment:6 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
As noted in the other ticket you created - Boost.Config is already patched in Trunk for VC12 - and there is ongoing work to make sure that 1.55 passes all tests with that compiler.
comment:7 by , 9 years ago
VS2013 support DECLTYPE N3276, but in trunk
#define BOOST_NO_CXX11_DECLTYPE_N3276
declared for VS2013
Fixes compile issues when compiling with vc12 (visual studio 2013) preview