third_party.pigweed.src/pw_span
Nathaniel Brough 389e88e32c pw_span: Fixes bazel build allowing <span> polyfill
This adds the public_overrides directory to the includes.
This allows for you to include using `#include <span>`
rather than `#include "pw_span/span.h"`.

Change-Id: I0094bdbf69b6701f338110a6c563e2144f81e192
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/30080
Commit-Queue: Wyatt Hepler <hepler@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Reviewed-by: Akira Baruah <akira.baruah@gmail.com>
2021-02-26 02:24:42 +00:00
..
public/pw_span/internal
public_overrides
BUILD pw_span: Fixes bazel build allowing <span> polyfill 2021-02-26 02:24:42 +00:00
BUILD.gn pw_span: Restrict visibility 2021-01-22 17:39:04 +00:00
CMakeLists.txt
docs.rst
README.md
span_test.cc

pw_span: Stand-in for C++20's std::span