-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[C++] Add Vector64 specialization for std::vector<bool>
#8757
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
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
5ae220b to
3b73dc6
Compare
3b73dc6 to
1a59e8d
Compare
|
@dbaileychess or @aardappel could I get a workflow approval? :D |
|
@aardappel I believe I have fixed the ci issue, could you rerun the pipeline for me? I think leaving the change in the test fbs is fine |
* add vector64 specialization for vector<bool> * fix generated code --------- Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
* add vector64 specialization for vector<bool> * fix generated code --------- Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
Fixes #8688.
Adds a customization for CreateVector64 for
std::vector<bool>Modified the test_64 code to specifically test this specialization. Compilation fails when the changes in
flatbuffer_builder.hare commented out.