Commit Graph

3 Commits

Author SHA1 Message Date
Wyatt Hepler
83d42485f0 pw_span: Update deduction guides
- Use the deduction guides specified in the C++20 draft standard.
- Expand tests to cover all deduction guides.

Change-Id: I9ab0c44b7bb1097c554c7e56f0b174b2615cacd3
2019-11-19 18:57:26 -08:00
Rob Mohr
cd59b7e076 Change 'size() == 0' to 'empty()'.
This came from a clang-tidy warning.

Change-Id: Ieee35262ab773e7314fbb0d3c0b197016734297d
2019-11-19 18:19:51 +00:00
Wyatt Hepler
771056581c pw_span module
pw::span is a stand-in for C++20's std::span.

Change-Id: I1f36d5da43493c20b4806f6cb1198faf62d47743
2019-11-08 17:15:01 -08:00