Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack/spsc_queue - introduce move semantics #90

Merged
merged 1 commit into from
May 4, 2024

Conversation

timblechmann
Copy link
Collaborator

No description provided.

T* construct( ArgumentType const& arg )
T* construct( const ArgumentType& arg )

Choose a reason for hiding this comment

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

Why are you going over to the dark side? :)

@timblechmann timblechmann force-pushed the feature/move-semantics branch 2 times, most recently from d94eac4 to 2efdde3 Compare May 3, 2024 01:19
@timblechmann timblechmann force-pushed the feature/cpp14 branch 2 times, most recently from 456cd7d to 216e097 Compare May 3, 2024 06:46
@timblechmann timblechmann changed the base branch from feature/cpp14 to develop May 4, 2024 02:05
@timblechmann timblechmann merged commit 5e9bc81 into develop May 4, 2024
@timblechmann timblechmann deleted the feature/move-semantics branch May 4, 2024 02:15
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.

2 participants