Opened 9 years ago
Closed 9 years ago
#9410 closed Patches (fixed)
decltype N3276 for MSVC12 + compile fix for tests
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Optimization |
Keywords: | Cc: |
Description
MSVC 12 fully supports N3276 decltype, see ticket https://svn.boost.org/trac/boost/ticket/8887, which is unfortunately assigned to the wrong component.
Additionally, the attached patch fixes compile breaks of no_decltype_n3276_pass.cpp and no_decltype_n3276_fail.cpp introduced in r79508.
Attachments (2)
Change History (4)
by , 9 years ago
Attachment: | config_decltype_n3276.patch added |
---|
by , 9 years ago
Attachment: | config_decltype_n3276_new.patch added |
---|
comment:1 by , 9 years ago
Sorry, please ignore config_decltype_n3276.patch, config_decltype_n3276_new.patch is the correct one.
Note:
See TracTickets
for help on using tickets.
correct patch