Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91f611c3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I25df8eec,I493ff192 into rvc-dev am: 312bc651 am: dce69882 am: 7b4e4bdf

Change-Id: Ifa36e6082db4a248a509d6b3d28d2d9b386dd273
parents a69baf8b 7b4e4bdf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ class Error {

  template <typename T>
  Error& operator<<(T&& t) {
    // NOLINTNEXTLINE(bugprone-suspicious-semicolon)
    if constexpr (std::is_same_v<std::remove_cv_t<std::remove_reference_t<T>>, ResultError>) {
      errno_ = t.code();
      return (*this) << t.message();