Opened 9 years ago
#9604 new Patches
compilation failure c1017
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.