third_party.pigweed.src/pw_string/size_report
Wyatt Hepler 6d1a6c6939 pw_span: Move pw_string, pw_unit_test to std::span
- Update pw_string and the test framework to std::span.
- Have pw_string pass std::span by value, for consistency with other
  uses in Pigweed.
- Recommend using template specializations instead of overloads for
  custom ToString implementations. Template specializations are
  preferred because the main ToString definition is a template.

Change-Id: Ib67c6bce1752c4a90e2138bdb1f20c6671f55d50
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/12841
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Wyatt Hepler <hepler@google.com>
2020-06-23 20:45:28 +00:00
..
BUILD
BUILD.gn
format_many_without_error_handling.cc
format_multiple.cc
format_single.cc
string_builder_size_report_incremental.cc
string_builder_size_report.cc