Mark destructors as constexpr
bboysnick5 opened this issue · 0 comments
bboysnick5 commented
Hi there,
I'd like to use tl-expected during compile-time for some code reuse, even if technically speaking no errors should spin out during compile time.
And the change is quite easy, mark all destructors as constexpr as this has been enabled by C++20. Can we do that?