-
Notifications
You must be signed in to change notification settings - Fork 58
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
First Example in README breaks in Mac #1
Comments
Thanks, qsort has been removed entirely and replaced with an inline sort |
By the way, why |
I'll boot up windows today and check and run the examples against MSVC - stay posted |
Great. |
I have bumped up the support to C11. I compiled with the Developer Command Prompt (19.28,29335) for VS2019 on Windows 10 with |
OK. Now all needed is to have Thank You. |
Maybe try a unity build? Unity builds hold back C++ with compile times, but CTL compiles exponentially quicker. You can even get creative with pre-compiled headers for some of the more basic templates to speed up your compile times even further. |
I will try replicate your |
I do not know if the github machines support MSVC - they are ubuntu images I believe |
Steps to Recreate
main.c
in the root directorymain.c
gcc main.c -isystem ctl
You get this error

NB
Removing the
(__compar_fn_t)
type cast sadly does not solve the bug.The text was updated successfully, but these errors were encountered: