Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/995 
was reviewed by Chris Johns

--
  
Chris Johns started a new discussion on cpukit/librtemscxx/error.cpp: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/995#note_141827

 > -  }
 > +runtime_error::runtime_error(const rtems_status_code sc,
 > +                             const std::string &what)

Should the `&`  be to the left?

--
  
Chris Johns started a new discussion on cpukit/librtemscxx/error.cpp: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/995#note_141828

 > -      throw runtime_error(sc, what);
 > -    }
 > +void runtime_error_check(const rtems_status_code sc, const std::string 
 > &what) {

And here?


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/995
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to