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

Implemented non const API of arrays #144

Merged
merged 4 commits into from
Jul 19, 2024
Merged

Conversation

JohanMabille
Copy link
Collaborator

No description provided.

CHECK_EQ(std::get<const_ref>(car.at(i)).value(), false);
}
else if constexpr (std::same_as<T, std::string>)
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not implementing this part ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, that was a leftover

include/sparrow/array.hpp Outdated Show resolved Hide resolved
JohanMabille and others added 2 commits July 19, 2024 15:40
Co-authored-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com>
@JohanMabille JohanMabille merged commit bf5dd18 into man-group:main Jul 19, 2024
37 checks passed
@JohanMabille JohanMabille deleted the array branch July 19, 2024 13:48
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.

None yet

3 participants