Skip to content

Conversation

@fliiiix
Copy link
Contributor

@fliiiix fliiiix commented Aug 6, 2025

An other small fix for the cpp docs. Fixes #8636

This is also supported by how it is used in the tests:

    // Verify the root monster, which includes verifing the nested monster
    flatbuffers::Verifier verifier(builder.GetBufferPointer(),
                                   builder.GetSize());
    TEST_EQ(true, VerifyMonsterBuffer(verifier));

@github-actions github-actions bot added the documentation Documentation label Aug 6, 2025
@fliiiix
Copy link
Contributor Author

fliiiix commented Aug 6, 2025

@aardappel an other easy win IMHO

@aardappel aardappel merged commit ff9cba2 into google:master Aug 6, 2025
3 checks passed
@fliiiix fliiiix deleted the docs/verify branch August 7, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++] Verifier example will not compile

2 participants