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

updated lib to cpp20 #253

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

updated lib to cpp20 #253

wants to merge 2 commits into from

Conversation

Willu12
Copy link

@Willu12 Willu12 commented Nov 6, 2024

Due to changes in template functions, pairing_queue.hpp and util.hpp needed tweaking in order to work with cpp20

@arcondello
Copy link
Member

arcondello commented Nov 6, 2024

Hi @Willu12 can you say a bit more about what was failing before? With the exception of the

    pairing_node<N>(Args... args) : N(args...), next(nullptr), desc(nullptr) {}
    pairing_node(Args... args) : N(args...), next(nullptr), desc(nullptr) {}

and the inline change most of these changes seem to be stylistic?

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