Opened 12 years ago
Closed 11 years ago
#5423 closed Patches (fixed)
thread issues with C++0x
Reported by: | Chris Jefferson | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.49.0 | Component: | thread |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
This patch fixes some issues with methods in boost::thread clashing with names in C++0x, in particular try_lock and lock.
I did not try to do a full evaluation of every occurrence of these methods (as some are member functions and I had trouble figuring out which was which), so I did the appropriate fixes to make the test-suite pass again.
With this patch clang-libc++-0x passes, and clang-libc++, clang and g++ still pass as well as before.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | thread.patch added |
---|
comment:1 by , 11 years ago
Milestone: | To Be Determined → Boost 1.49.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Committed in trunk revision 75786.
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in release at #76291
Note:
See TracTickets
for help on using tickets.
Thread patch