Opened 9 years ago

#9604 new Patches

compilation failure c1017

Reported by: orenaud@… Owned by: Daniel Wallin
Milestone: To Be Determined Component: parameter
Version: Boost 1.54.0 Severity: Showstopper
Keywords: Cc:

Description

Using MSVC++ 2012, compiling my program gives me the following error.

C1017: invalid integer constant expression.
in boost\parameter\aux_\unwrap_cv_reference.hpp:47

#if BOOST_WORKAROUND(MSVC, == 1200)

This can be fixed easily by replacing MSVC by BOOST_MSVC on this line.

Attachments (1)

unwrap_cv_reference.hpp (2.5 KB ) - added by Shubhangee Verma <shubhv@…> 9 years ago.

Download all attachments as: .zip

Change History (1)

by Shubhangee Verma <shubhv@…>, 9 years ago

Attachment: unwrap_cv_reference.hpp added
Note: See TracTickets for help on using tickets.