third_party.pigweed.src/pw_polyfill
Wyatt Hepler a6d5cc6fe4 pw_tokenizer: Make C++11 compatible
- Add pw_polyfill adapters for static_assert and std::is_null_pointer.
- In tokenizer, use alternative API where necessary to adapt to C++11.
- Add tests that compile all of tokenize.cc and its dependencies with
  older C++ standards.

Change-Id: I3ef81ee4d0e95fc725843c4f20906825baf77cf7
2020-01-17 15:04:43 -08:00
..
public/pw_polyfill pw_tokenizer: Make C++11 compatible 2020-01-17 15:04:43 -08:00
public_overrides pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00
standard_library_public/pw_polyfill/standard_library pw_tokenizer: Make C++11 compatible 2020-01-17 15:04:43 -08:00
BUILD pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00
BUILD.gn pw_polyfill: C++11 and C++14 unit tests 2020-01-17 09:06:30 -08:00
CMakeLists.txt pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00
docs.rst pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00
README.md pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00
test.cc pw_polyfill: Backports for C++11 and C++14 2020-01-17 09:04:49 -08:00

pw_polyfill: Backports C++17 features to C++11 and C++14