Skip to content

Conversation

kolomenkin
Copy link

@kolomenkin kolomenkin commented Mar 6, 2025

Previously compilation error was generated while trying to add non-copyable item into eastl::priority_queue collection.

Side effects: existing code may become faster (even if it was compiled well before this fix). This is expected because complicated values likes eastl::string will start moving instead of copying.

@kolomenkin kolomenkin force-pushed the fix_priority_queue branch from 5f9ad08 to 0a008bd Compare March 6, 2025 20:03
Previously compilation error was generated while trying
to add non-copyable item into collection.
@kolomenkin kolomenkin force-pushed the fix_priority_queue branch from 0a008bd to 5ff0822 Compare March 6, 2025 20:05
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.

1 participant