Opened 10 years ago

Closed 10 years ago

#7672 closed Bugs (fixed)

lockable_traits.hpp syntax error: "defined" token misspelled

Reported by: Hubert Tong <hstong@…> 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 viboes, 10 years ago

Milestone: To Be Determined
Owner: changed from Anthony Williams to viboes
Status: newassigned

Committed in trunk [81263]

comment:2 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.