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

[c++] Change BinaryBuffer type #3233

Merged

Conversation

XanthosXanthopoulos
Copy link
Collaborator

Change BinaryBuffer from std::vector<uint8_t> to std::vector<std::byte>

@johnkerl johnkerl changed the title Change BinaryBuffer type [c++] Change BinaryBuffer type Oct 24, 2024
@XanthosXanthopoulos XanthosXanthopoulos merged commit ca6eb88 into xan/geometry_cast_util Oct 25, 2024
5 checks passed
@XanthosXanthopoulos XanthosXanthopoulos deleted the xan/geometry_buffer_type branch October 25, 2024 12:22
XanthosXanthopoulos added a commit that referenced this pull request Nov 17, 2024
* Add option for casting geometry data to WKB

* Remove constant prefix name from SOMAGeometryDataFrame

* Change binary type buffer from uint8_t to std::byte (#3233)

* Address PR comments
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