Skip to content

Conversation

@AmirhosseinPoolad
Copy link
Contributor

The previous sort_edges function used C++20 ranges algorithms. This PR makes it compatible with C++17.

@github-actions github-actions bot added the lang-cpp C/C++ code label Oct 28, 2025
@AmirhosseinPoolad
Copy link
Contributor Author

Hi @heshpdx, this PR removes the std::ranges::stable_sort and uses std::stable_sort instead. It should work with C++17. Let me know if there's any issue.

@AlexandreSinger AlexandreSinger merged commit 7c0ee8a into master Oct 29, 2025
30 checks passed
@AlexandreSinger AlexandreSinger deleted the rr_graph_sort_cpp17 branch October 29, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang-cpp C/C++ code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants