Files
filament/libs/utils/src
Powei Feng 4242bc43fd utils: add precond/postcond macro guarded by feature flags
We link the behavior of certain precondition/postcondition checks to feature flag states.

- If provided *flag* is true, then this macro will assert when the *condition* is false.
- If provided *flag* is fase, then this macro will output a warning when the condition is false.
- If the condition is true, then neither of the above will happen

These two macros will enable us to provide less restrictive behavior for certain correctness assertions, allowing clients to modify their before enabling these assertions by default.
2025-08-05 20:48:13 +00:00
..
2024-01-17 11:04:42 -08:00
2025-01-21 09:49:02 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2023-12-18 16:28:31 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2022-03-01 10:03:31 -08:00