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

WString: c_str() returns null pointer after move #7611

Merged
merged 3 commits into from
Sep 27, 2020

Commits on Sep 25, 2020

  1. (test) WString: c_str() returns null pointer

    target = std::move(source) does not reset buffer pointer back to the sso
    mcspr committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d3b3a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. wstring: correctly do move invalidation & copy

    based on the esp8266#7553 without isSSO -> isHeap rename and inline optimizations
    additionally, remove useless pre-c++11 preprocessor checks
    
    Co-authored-by: Takayuki 'January June' Suwa <[email protected]>
    mcspr and jjsuwa committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    7ce820a View commit details
    Browse the repository at this point in the history
  2. naming

    mcspr committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    d646589 View commit details
    Browse the repository at this point in the history