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

added lexicographical_compare dummy implementation for being compliant with c++14 #201

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

rdeioris
Copy link
Contributor

lexicographical_compare has been added only on cpp17 (and extended in c++20).

Given the c++14 compatibility claim i have provided an implementation of it (this is required for the Unreal Engine plugin i am working on too).

Note: probably it could make sense to rely on the original code if the requested version is > c++17 ?

@syoyo syoyo merged commit 3fb00d1 into lighttransport:dev Oct 27, 2024
14 checks passed
@syoyo
Copy link
Collaborator

syoyo commented Oct 27, 2024

Thanks! I didn't realized lexigographical_compare is available from cpp17(I thought it is available from cpp11)

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