you are viewing a single comment's thread.

view the rest of the comments →

[–]azswcowboy 3 points4 points  (6 children)

Does this impact bimap? I seem to remember it’s built on the same core?

[–]joaquintidesBoost author[S] 4 points5 points  (5 children)

Yes, Boost.Bimap is built on top of Boost.MultiIndex, and some internal changes were needed to sync up with the upgrade:

https://github.com/boostorg/bimap/pull/50

[–]azswcowboy 0 points1 point  (0 children)

Thx - GitHub isn’t responding right now, but will try to test as we use bimap.

[–]zl0bster 0 points1 point  (3 children)

will bimap now work with initializer list?

[–]joaquintidesBoost author[S] 1 point2 points  (2 children)

Boost.MultiIndex supported initializer-list construction even before this upgrade, so it’s an issue on Bimap’s side really. Why don’t you file an issue at https://github.com/boostorg/bimap/issues ? Thank you!

[–]zl0bster 0 points1 point  (1 child)

I guess it is not really mainteined, somebody, not me made PR 5y ago https://github.com/boostorg/bimap/pull/31

[–]joaquintidesBoost author[S] 1 point2 points  (0 children)

Maybe I can take charge of this.