libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
36 stars 63 forks source link

Make almost all constructors noexcept #1436

Open kammce opened 3 years ago

kammce commented 3 years ago

Most constructors will never throw an exception as they typically just set internal data members. They should be marked noexcept. The two main reasons for this are: