Skip to content

[REVIEW] Add brace-initializer overload to static_map insert and insert_and_find - #844

Open
MaybeWilli wants to merge 5 commits into
NVIDIA:devfrom
MaybeWilli:static-map-insert-overload
Open

[REVIEW] Add brace-initializer overload to static_map insert and insert_and_find#844
MaybeWilli wants to merge 5 commits into
NVIDIA:devfrom
MaybeWilli:static-map-insert-overload

Conversation

@MaybeWilli

@MaybeWilli MaybeWilli commented Sep 13, 2026

Copy link
Copy Markdown

Fixes #410.

Added two overloads for static_map insert and insert_and_find, so that legacy functions like

  set_ref.insert({key, payload});

is supported again.

@copy-pr-bot

copy-pr-bot Bot commented Sep 13, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@MaybeWilli MaybeWilli changed the title [WIP] Add brace-initializer overload to static_map insert and insert_and_find [REVIEW] Add brace-initializer overload to static_map insert and insert_and_find Sep 13, 2026
@MaybeWilli
MaybeWilli marked this pull request as ready for review September 13, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT]: Add insert overloads that take value_type as input

1 participant