google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.17k stars 3.24k forks source link

[C++] Allow using FLATBUFFERS_MIN_BUFFER_SIZE in other namespaces #8229

Closed dominiklohmann closed 4 months ago

dominiklohmann commented 8 months ago

This is a small change that makes FLATBUFFERS_MIN_BUFFER_SIZE usable outside of the flatbuffers namespace.

google-cla[bot] commented 8 months ago

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.

dominiklohmann commented 8 months ago

I've signed the CLA and triggered the check again, seems to pass now.

dbaileychess commented 4 months ago

Thanks!