Opened 7 years ago
Closed 7 years ago
#11500 closed Bugs (fixed)
meta_utils.hpp: Collision with Bool class that was previously defined
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | move |
Version: | Boost 1.59.0 | Severity: | Problem |
Keywords: | Cc: |
Description
XLib defines Bool as its own type, that collides with var name introduced in this commit in move library: 4f9c2b62fbdcf5995ecf50a2ecf2494048a6696d.
The error message is hre: [1].
Attachments (1)
Change History (3)
by , 7 years ago
comment:1 by , 7 years ago
The template parameter was not used, so a fix is committed in develop:
https://github.com/boostorg/move/commit/49a42a2fffb72d0c5d867acdbdbc3d72912c5184
It will merged to master after the test cycle.
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Regression seems fine. Merged to master in:
https://github.com/boostorg/move/commit/4a7a2b8b193b725dd49951864e6032eee4ed1db2
Note:
See TracTickets
for help on using tickets.
Bool type collision