sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy
Christian Blichmann 55a8373ec3 Avoid sanitizer macros use Abseil's where necessary
Using C++17 means we can get rid of many `#ifdef`s by using `if constexpr`.
This way, we ensure that both branches compile and still retain zero runtime
overhead.

Note that open source builds of Sandboxed API do not ship with sanitizer
configurations yet. This will be added in follow-up changes.

PiperOrigin-RevId: 354932160
Change-Id: I3678dffc47ea873919f0a8c01f3a7d999fc29a5b
2021-02-01 07:11:15 -08:00
..
BUILD.bazel Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
CMakeLists.txt Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
networkproxy_bin.cc Internal change 2021-01-22 06:01:34 -08:00
networkproxy_sandbox.cc Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00