sandboxed-api/sandboxed_api/sandbox2/examples
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
..
crc4 Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
custom_fork Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
network Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
network_proxy Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
static Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
tool Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
zlib Move GetInternalDataDependencyFilePath() into internal namespace 2021-01-14 05:11:22 -08:00
CMakeLists.txt Update license header with recommended best practices 2020-01-17 05:05:29 -08:00