You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make nullable depend on std::optional instead of chip::optional
* Fix equality operator
* Fix inequality operator as well
* Fix test: previous code was enforcing chip::optional behavior on in-place construction
* Restyle
* Fix some compile errors ... std::optional now detects unused variables
* Restyle
* Remove unused variable
* Restyle
* Review updates
* Review fix
* Typo fixes
* Ugly forward of Value and ValueOr .... however at least hopefully it is complete
* Do not expose value/value_or at this time and keep Value/ValueOr as the public API for nullable
* Fix copy and paste typo
* Make more changes to make things compile and work like the old nullable
* Use value again instead of operator** ... I was looking at the wrong compiler errors
* Undo unrelated change
* Make clang-tidy be abel to compile ... apparently it really does not like using has_value in equality operators
* Restyle
* Another update to make clang-tidy happy for the other equality operator
* Update src/app/data-model/Nullable.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Undo odd whitespace change
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments