Opened 11 years ago

Closed 11 years ago

#6168 closed Bugs (fixed)

recursive_mutex is using wrong config symbol (possible typo)

Reported by: Jan Vogelgesang <jan.vogelgesang@…> 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)

recursive_mutex_settype_config_symbol.patch (1.5 KB ) - added by Jan Vogelgesang <jan.vogelgesang@…> 11 years ago.
patch changing the config symbols in thread/pthread/recusive_mutex.hpp

Download all attachments as: .zip

Change History (4)

by Jan Vogelgesang <jan.vogelgesang@…>, 11 years ago

patch changing the config symbols in thread/pthread/recusive_mutex.hpp

comment:1 by viboes, 11 years ago

Cc: viboes added
Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 11 years ago

Keywords: ToBeMerged added
Milestone: To Be DeterminedBoost 1.49.0

Committed in trunk revision 75780.

Anthony, please close it after merging to release.

comment:3 by viboes, 11 years ago

Resolution: fixed
Status: assignedclosed

Committed in release at #76291

Note: See TracTickets for help on using tickets.