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

Add cvector_at() #55

Closed
wants to merge 1 commit into from
Closed

Add cvector_at() #55

wants to merge 1 commit into from

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented Sep 10, 2023

https://cplusplus.com/reference/vector/vector/at/

This adds a cvector_at() function which aims to be implement std::vector::at(). I'm not sure if the typecasting is correct, or even the approach. Would love some input.

@RobLoach
Copy link
Contributor Author

This goes further: #62

@RobLoach RobLoach closed this Mar 12, 2024
@eteran
Copy link
Owner

eteran commented Mar 12, 2024

@RobLoach sorry for letting this sit for long. I forgot about it after initially looking at it.

Please do feel free to reopen it you still are interested in having it merged

@eteran
Copy link
Owner

eteran commented Mar 12, 2024

Oh I see, you feel it is superceded by the other PR. All good then, I'll take a look at that one.

@RobLoach
Copy link
Contributor Author

Woooo! 🚀

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