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

Compiler bug workaround for using format() in a user-defined module #4919

Merged
merged 3 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    ef15972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d3759 View commit details
    Browse the repository at this point in the history
  3. Add VSO_1775715_user_defined_modules.

    Verified that without the product code workaround, this fails with:
    
    D:\GitHub\STL\out\x64\out\inc\format(2635): error C3688: invalid literal suffix 'sv'; literal operator or literal operator template 'operator ""sv' not found
    D:\GitHub\STL\out\x64\out\inc\format(2637): error C3688: invalid literal suffix 'sv'; literal operator or literal operator template 'operator ""sv' not found
    D:\GitHub\STL\out\x64\out\inc\format(2639): error C3688: invalid literal suffix 'sv'; literal operator or literal operator template 'operator ""sv' not found
    D:\GitHub\STL\out\x64\out\inc\format(2641): error C3688: invalid literal suffix 'sv'; literal operator or literal operator template 'operator ""sv' not found
    D:\GitHub\STL\out\x64\out\inc\format(2644): error C3688: invalid literal suffix 'sv'; literal operator or literal operator template 'operator ""sv' not found
    
    Perl also tested positively and negatively.
    StephanTLavavej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e897c45 View commit details
    Browse the repository at this point in the history