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: davido <d.ostrovsky@…> 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].

[1] http://paste.openstack.org/show/389465

Attachments (1)

boost_1_59_0.move.Bool-type-collision.4f9c2b62fbdcf5995ecf50a2ecf2494048a6696d.patch (937 bytes ) - added by davido <d.ostrovsky@…> 7 years ago.
Bool type collision

Download all attachments as: .zip

Change History (3)

by davido <d.ostrovsky@…>, 7 years ago

Bool type collision

comment:1 by Ion Gaztañaga, 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 Ion Gaztañaga, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.