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

Sorter conversion to function pointer does not work with MSVC #185

Open
Morwenn opened this issue Feb 17, 2021 · 0 comments
Open

Sorter conversion to function pointer does not work with MSVC #185

Morwenn opened this issue Feb 17, 2021 · 0 comments
Labels

Comments

@Morwenn
Copy link
Owner

Morwenn commented Feb 17, 2021

After a couple of fixes of my side, the latest version of MSVC is finally able to mostly compile cpp-sort and will be considered officially supported for the 1.10.0 release. However, there are still a few remaining issues, and that one might be the biggest one: conversion from sorter to function pointer simply does not work. I already had the hardest time to get it to work in a portable manner between both GCC and Clang, so I fear that I won't try to solve it for MSVC so soon.

The failing tests were simply and changed or disabled for MSVC for now.

@Morwenn Morwenn added the bug label Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant