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

support c-style arrays #189

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

support c-style arrays #189

wants to merge 1 commit into from

Conversation

p00f
Copy link

@p00f p00f commented Oct 19, 2024

this tries to implement the solution in #170, with one change: I saw some "must be aggregate initializable" errors so I added another case depending on std::is_aggregate_v<T>

@p00f
Copy link
Author

p00f commented Oct 19, 2024

the tests still fail though:
test.log

@yrashk
Copy link

yrashk commented Oct 21, 2024

Very interested in seeing this through, let me know if I can help in any way!

@apolukhin
Copy link
Member

the tests still fail though:

std::is_aggregate is not available in C++14, but just ignore that issue for now. Make sure that the PR builds in С++20 or C++17 mode. Any modern enough compiler is fine for that, clang-18 is fine.

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.

3 participants