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

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

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

Change-Id: I3ffd400a856a71ee3e90c3c749b40eb285a98184
parents 58d21b2a 312bc651
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();