Opened 13 years ago
Closed 13 years ago
#3344 closed Bugs (fixed)
[signals] Problems building as a DLL in VC10 beta 1
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | signals |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
As mentioned in the mailing list thread @ http://www.nabble.com/-1.40.0--Beta-1-release-candidate-available-td24902288.html, the signals lib fails to build as a DLL in msvc-10.0 beta 1.
This looks like the same problem as #1499. Changing the two workarounds mentioned there to test _MSC_VER <= 1600 allows the lib to build.
Note:
See TracTickets
for help on using tickets.
Looks like this has been fixed in [57478]