Skip to content

Fix invalid std::vector<const std::string> types#11

Open
peachbits wants to merge 1 commit intomainfrom
fix-invalid-types
Open

Fix invalid std::vector<const std::string> types#11
peachbits wants to merge 1 commit intomainfrom
fix-invalid-types

Conversation

@peachbits
Copy link
Contributor

@peachbits peachbits commented Feb 9, 2026

Note

Low Risk
Type-only signature corrections across native bindings with no behavioral changes expected beyond fixing compilation on newer toolchains.

Overview
Fixes an invalid C++ type by removing const from std::vector element types across the iOS bridge (ZanoModule.mm), Android JNI bridge (jni.cpp), and the zanoMethods wrapper API (zano-methods.hpp/.cpp).

Adds an Unreleased changelog entry noting the build fix for Xcode 26.

Written by Cursor Bugbot for commit 5d82b50. This will update automatically on new commits. Configure here.


Copy link
Contributor

@swansontec swansontec left a comment

Choose a reason for hiding this comment

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

I approve, but why!?!

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