type_safe icon indicating copy to clipboard operation
type_safe copied to clipboard

strong_typedef::strong_typedef(const T& value) is not marked noexcept even for trivial types

Open AlexanderDubovik opened this issue 4 months ago • 0 comments

C-tor strong_typedef::strong_typedef(const T& value) should also be merked with noexcept operator like strong_typedef::strong_typedef(T&& value).

AlexanderDubovik avatar Sep 26 '24 06:09 AlexanderDubovik