Opened 11 years ago
Closed 11 years ago
#6168 closed Bugs (fixed)
recursive_mutex is using wrong config symbol (possible typo)
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.49.0 | Component: | thread |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | ToBeMerged | Cc: | viboes |
Description
in /trunk/boost/thread/pthread/recursive_mutex.hpp the config symbol BOOST_PTHREAD_HAS_MUTEXATTR_SETTYPE is used. However, in /trunk/boost/config/* and especially /trunk/boost/config/posix_features.hpp only the symbol BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE is defined. May be just a typo.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | recursive_mutex_settype_config_symbol.patch added |
---|
comment:1 by , 11 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
Keywords: | ToBeMerged added |
---|---|
Milestone: | To Be Determined → Boost 1.49.0 |
Committed in trunk revision 75780.
Anthony, please close it after merging to release.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in release at #76291
Note:
See TracTickets
for help on using tickets.
patch changing the config symbols in thread/pthread/recusive_mutex.hpp