-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_span: Remove pw_polyfill dependency
This dependency was added back when the type needed to support more limited constexpr semantics for C++11 and/or C++14. Those language versions are no longer targeted, and so the header is now just hanging around as a ghost. Note that compatibility_test.cc still depends on pw_polyfill. As a result, I've added the relevant dependency for the module that builds that test. Also, pw_varint/varint.h was naughty and depended on pw_polyfill transitively through pw_span, so I also have had to fix it. Change-Id: I1f7817a331937b06e06e677e165977f002d62cfa Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124873 Reviewed-by: Wyatt Hepler <[email protected]> Commit-Queue: Anqi Dong <[email protected]>
- Loading branch information
Showing
7 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters