InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

STYLE: Use `static_assert` to check `fenv_t` members #4718

Closed N-Dekker closed 2 weeks ago

N-Dekker commented 2 weeks ago

[[maybe_unused]] may not need to used in this case.


Using static_assert, as I suggested before at https://github.com/InsightSoftwareConsortium/ITK/pull/4581#discussion_r1565667280 @hjmjohnson What do you think?