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

Get class name null str #899

Merged
merged 2 commits into from
Aug 20, 2021
Merged

Commits on Aug 12, 2021

  1. Fixed MSVC compile error in C++23 mode

    Error message from MSVC with C++23 enabled:
    
    error C2440: 'return': cannot convert from 'int' to 'std::basic_string<char,std::char_traits,std::allocator>'
    seanm committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    92b618f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee342e4 View commit details
    Browse the repository at this point in the history