Opened 10 years ago
Closed 10 years ago
#7672 closed Bugs (fixed)
lockable_traits.hpp syntax error: "defined" token misspelled
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Component: | thread | |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: |
Description
In lockable_traits.hpp:
#if ! define BOOST_THREAD_NO_AUTO_DETECT_MUTEX_TYPES #define BOOST_THREAD_NO_AUTO_DETECT_MUTEX_TYPES #endif
Produces this error:
"../boost/thread/lockable_traits.hpp", line 28.14: 1540-0827 (S) The constant expression on the #if directive contains a syntax error at "BOOST_THREAD_NO_AUTO_DETECT_MUTEX_TYPES".
Change History (2)
comment:1 by , 10 years ago
Milestone: | To Be Determined |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed in trunk [81263]