Opened 11 years ago
Closed 11 years ago
#5893 closed Bugs (fixed)
No ADL barrier on proto's tag types
Reported by: | John Maddock | Owned by: | Eric Niebler |
---|---|---|---|
Milestone: | To Be Determined | Component: | proto |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
As discussed on the mailing list, there's no ADL barier on the proto tag types, which causes a clash (in my case) between boost::math::complement and proto::complement when both are found via ADL.
Note:
See TracTickets
for help on using tickets.
(In [74468]) merge [74368] from trunk, fixes #5893