Commit Graph

2 Commits

Author SHA1 Message Date
Wyatt Hepler
e7240fd029 pw_span: Remove std::span polyfill
Removes the deprecated std::span polyfill, which was only available in
GN and disabled by default.

In a future change, span_common.inc will be merged into pw_span/span.h.

Bug: b/235237667
Change-Id: I0652a295e76c90877d6fbbafa2eae35dcecfacf6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/108732
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
2022-08-31 20:21:01 +00:00
Wyatt Hepler
0c47c3378f pw_span: pw::span / std::span compatibility test
Simple test that std::span and pw::span are compatible.

Change-Id: I3f90dbc94e0fe1a008b6bcd9ff1dfa2b2ca14911
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/99542
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2022-06-23 22:23:31 +00:00