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

test: Fix test/streams_tests.cpp compilation on SunOS / illumos #29907

Merged
merged 1 commit into from
May 4, 2024

Commits on Apr 18, 2024

  1. test: Fix test/streams_tests.cpp compilation on SunOS / illumos

    On systems where `int8_t` is defined as `char`, the
    `{S,Uns}erialize(Stream&, signed char)` functions become undefined.
    
    This change resolves the issue by testing
    `{S,Uns}erialize(Stream&, int8_t)` instead.
    
    No behavior change on systems where `int8_t` is defined as
    `signed char`, which is the case for most other systems.
    hebasto committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    976e5d8 View commit details
    Browse the repository at this point in the history