Skip to content

Commit

Permalink
try breaking c++20 in mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Mar 26, 2024
1 parent 6da19d6 commit 1f39b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/common/common/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
namespace Envoy {
namespace Logger {

consteval int f() { return 42; }

#ifdef ENVOY_DISABLE_LOGGING
const static bool should_log = false;
#else
Expand Down

0 comments on commit 1f39b57

Please sign in to comment.