Opened 9 years ago
Closed 9 years ago
#9351 closed Bugs (worksforme)
missing precompiler define for vc120 in auto_link.hpp
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The 1.53.0 version tries to link to vc110 libraries when compiled for vc120, because some lines are missing in the auto_link.hpp:
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1800)
vc11:
# define BOOST_LIB_TOOLSET "vc110"
# elif defined(BOOST_MSVC)
vc12:
# define BOOST_LIB_TOOLSET "vc120"
Change History (2)
comment:1 by , 9 years ago
Component: | None → config |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has already been fixed in Git develop (I believe in the last release also).