Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_span: Disallow construction from std::nullptr_t
C++20's std::span does not allow constructing spans from std::nullptr_t. Disallow that in Pigweed's span for forward compatibility. Change-Id: I99556a982f952b7fb5f64360b3a230838925ea72 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/96562 Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
- Loading branch information