Opened 14 years ago
Closed 12 years ago
#2874 closed Bugs (fixed)
incorrect auto link macro
Reported by: | Steven Watanabe | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | thread |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: | Ulrich Eckhardt |
Description
[source:trunk/boost/thread/detail/config.hpp@49398#L23 config.hpp] checks for BOOST_THREAD_DYN_DLL. Shouldn't this be BOOST_THREAD_DYN_LINK?
Change History (2)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes. Fixed on trunk