#6123 closed Patches (fixed)
py_nonblocking.cpp makes unqualified reference to make_tuple
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | Boost 1.49.0 | Component: | python USE GITHUB |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | python c++11 | Cc: |
Description
This can be ambiguous if client code has done '#include <tuple>'
Attachments (1)
Change History (12)
by , 11 years ago
Attachment: | py_nonblocking.cpp.patch added |
---|
comment:1 by , 11 years ago
Component: | mpi → Python |
---|---|
Keywords: | mpi removed |
Owner: | changed from | to
Type: | Bugs → Patches |
comment:2 by , 11 years ago
Patch applied with trunk r57641.
This isn't really in my domain but the patch is so simple I went ahead anyway.
comment:3 by , 11 years ago
Owner: | changed from | to
---|
There is no mainainter for mpi listed in libs/maintainers.txt.
Doug, how's doing the merging of the mpi directories to the release branch?
follow-up: 5 comment:4 by , 10 years ago
Looks like this was missed out of 1.49.0 and 1.50.0. Could it be included in 1.51.0? In the meantime it's fairly easy to patch at my end.
comment:7 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was already applied to the trunk in r75914
Note:
See TracTickets
for help on using tickets.
Note that Boost fails to build with -std=c++0x with recent version of GCC due to this problem.
A similar problem #3584 was fixed with r57641 in the same way.