diff options
Diffstat (limited to 'chromium/base/logging.h')
-rw-r--r-- | chromium/base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/logging.h b/chromium/base/logging.h index e7bf2e1920f..1f2a4487582 100644 --- a/chromium/base/logging.h +++ b/chromium/base/logging.h @@ -1054,7 +1054,7 @@ class LogMessageVoidify { LogMessageVoidify() = default; // This has to be an operator with a precedence lower than << but // higher than ?: - void operator&(std::ostream&) { } + constexpr void operator&(std::ostream&) { } }; #if defined(OS_WIN) |