Opened 9 years ago
Last modified 9 years ago
#9459 new Bugs
Boost Locale not compiling when BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS is defined
Reported by: | Owned by: | Artyom Beilis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | locale |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Boost Locale uses Boost Thread lock types which definitions are not included through <boost/thread/mutex.hpp> when BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS is defined (this macro is defined when BOOST_THREAD_VERSION is set to 4). I suggest to include <boost/thread/lock_types.hpp> in every file that uses any lock type. Since I build Boost only on Windows platforms attached patch may be incomplete. Best regards, Maksim.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Sorry for duplicate ticket
https://svn.boost.org/trac/boost/ticket/9458