Opened 9 years ago

Closed 9 years ago

#9410 closed Patches (fixed)

decltype N3276 for MSVC12 + compile fix for tests

Reported by: raad@… 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)

config_decltype_n3276.patch (1.5 KB ) - added by raad@… 9 years ago.
config_decltype_n3276_new.patch (1.7 KB ) - added by raad@… 9 years ago.
correct patch

Download all attachments as: .zip

Change History (4)

by raad@…, 9 years ago

Attachment: config_decltype_n3276.patch added

by raad@…, 9 years ago

correct patch

comment:1 by raad@…, 9 years ago

Sorry, please ignore config_decltype_n3276.patch, config_decltype_n3276_new.patch is the correct one.

comment:2 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in Git develop.

Note: See TracTickets for help on using tickets.