microsoft / wil

Windows Implementation Library
MIT License
2.57k stars 234 forks source link

Add WI_NOEXCEPT for verify functions #442

Closed bobbymcr closed 6 months ago

bobbymcr commented 6 months ago

The verify functions all use static_assert and should never throw any runtime exceptions. Mark these as WI_NOEXCEPT accordingly.