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

Add an etl::nullptr_t type to <etl/nullptr.h> #924

Commits on Jul 17, 2024

  1. Add an etl::nullptr_t type

    tigran2008 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    00ba1b6 View commit details
    Browse the repository at this point in the history
  2. etlcpp/etl issue #921 (etl::unique_ptr reset): add etl::unique_ptr(..…

    ….)::reset(ETL_NULLPTR)
    
    Remove default argument for the normal reset method of etl::unique_ptr (sorry, didn't notice 😬)
    
    Silence the unused argument warning
    
    Fix operator =(nullptr)
    
    Replace the nullptr_t enum with a class which acts more similar to C++11 nullptr
    tigran2008 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    af40b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec0938c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d2261d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc7c1ce View commit details
    Browse the repository at this point in the history
  6. ACTUALLY ensure compatibility with C++98

    I'm stupid :/
    tigran2008 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a2a80da View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    8a517d5 View commit details
    Browse the repository at this point in the history