diff --git a/src/glog/logging.h b/src/glog/logging.h index 6e3ea2615..3f3e763d1 100644 --- a/src/glog/logging.h +++ b/src/glog/logging.h @@ -1471,6 +1471,7 @@ struct LogMessageVoidify { // This has to be an operator with a precedence lower than << but // higher than ?: void operator&(std::ostream&) noexcept {} + void operator&(std::ostream&&) noexcept {} }; } // namespace internal