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

<sstream>: Pass the correct size type to _Allocate_at_least_helper #4219

Merged
merged 1 commit into from
Nov 29, 2023

Commits on Nov 27, 2023

  1. Product fix for <sstream> calling _Allocate_at_least_helper.

    Clang:
    sstream(263,39): error: no matching function for call to '_Allocate_at_least_helper'
    
    MSVC:
    sstream(263): error C2664: 'wchar_t *std::_Allocate_at_least_helper<test_allocator<wchar_t>>(_Alloc &,unsigned int &)': cannot convert argument 2 from 'size_t' to 'unsigned int &'
    
    Elsewhere we're already using `_Mysize_type`.
    StephanTLavavej committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8d21c50 View commit details
    Browse the repository at this point in the history