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

Incorporate libc++ #45

Open
phillipjohnston opened this issue Oct 27, 2021 · 0 comments
Open

Incorporate libc++ #45

phillipjohnston opened this issue Oct 27, 2021 · 0 comments

Comments

@phillipjohnston
Copy link
Member

phillipjohnston commented Oct 27, 2021

The mutex examples we give require some files that are only found in clang's libc++. We could add a dependency for these specific examples which provides the missing files when you're using GCC (e.g., similar to embvm)

Maybe this is really best addressed by #46, since we can just direct to our implementation in the C++ library. We can have our dispatch example use that mutex... or just the built-in one.

@phillipjohnston phillipjohnston changed the title Incorporate Incorporate libc++ Oct 28, 2021
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

No branches or pull requests

1 participant