Skip to content

memory/shared: Remove Map - #1127

Draft
crimson11 wants to merge 1 commit into
mainfrom
mf_remove_map_from_memoryshared
Draft

crimson11 wants to merge 1 commit into
mainfrom
mf_remove_map_from_memoryshared

Conversation

@crimson11

Copy link
Copy Markdown
Contributor

Map is neither used within memory/shared
itself nor is it used (anymore) by mw::com

The Map alias for Linux (boost) was incomplete
(missing boost tuple) and it makes no sense at
all to place non ABI compatible Map implementations into shared-memory!
If users want to share a map-like data structure in shared-memory, they have to come up with their distinct type.

Map is neither used within memory/shared
itself nor is it used (anymore) by mw::com

The Map alias for Linux (boost) was incomplete
(missing boost tuple) and it makes no sense at
all to place non ABI compatible Map implementations
into shared-memory!
If users want to share a map-like data structure in
shared-memory, they have to come up with their distinct
type.

@limdor limdor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is definitively used by some users, lets deprecate it first.

@crimson11
crimson11 marked this pull request as draft September 21, 2026 17:00

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants