eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.62k stars 383 forks source link

Ensure noexcept is used everywhere #420

Closed marthtz closed 3 years ago

marthtz commented 3 years ago

Brief feature description

Iceoryx requires methods to be noexcept. That's not the case everywhere and needs to be corrected.

Detailed information

Add noexcept where missing.

mossmaurice commented 3 years ago

I'll activate a custom clang tidy rule together with @dkroenke after that through the CI we ensure that all methods are noexcept

mossmaurice commented 3 years ago

Implemented as part of #902