feat: Remove noexcept to allow widening contracts in future. #23

Merged
arnor-nolen merged 1 commit from feat-remove-noexcept into master 2026-06-05 11:49:19 +00:00
Owner

Using noexcept everywhere prevent us from widening contracts in the future. Remove noexcept from all functions except move constructor, move assignment operator and swap() function.

Using `noexcept` everywhere prevent us from widening contracts in the future. Remove `noexcept` from all functions except move constructor, move assignment operator and `swap()` function.
feat: Remove noexcept to allow widening contracts in future.
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
d58f3859a0
arnor-nolen deleted branch feat-remove-noexcept 2026-06-05 11:49:19 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arnor-nolen/ndl!23
No description provided.