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

feat: Don't recursively include files. #360

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

edvn0
Copy link
Contributor

@edvn0 edvn0 commented Oct 29, 2023

I could not get this to compile on clang17 (with pretty permissive compile flags). It worked on MSVC though, quite strange that MSVC allows this behaviour, but I digress.

I forward declare the pair and include for the std::*_t definitions required for the library.

This has not been tested on other compilers or toolchains except for MSVC (cl.exe: Microsoft (R) C/C++ Optimizing Compiler Version 19.37.32824 for x64).

This allows for compilation on clang17.0.3.

edvn0 and others added 2 commits October 29, 2023 13:25
@DanielChappuis DanielChappuis added this to the Release v1.0.0 milestone Jan 30, 2024
@DanielChappuis DanielChappuis changed the base branch from master to develop January 30, 2024 21:15
@DanielChappuis DanielChappuis merged commit cbe6a1b into DanielChappuis:develop Jan 30, 2024
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