bloomberg / clang-p2996

Experimental clang support for WG21 P2996 (Reflection).
https://github.com/bloomberg/clang-p2996/tree/p2996/P2996.md
51 stars 8 forks source link

Implement is_noexcept metafunction #45

Closed katzdm closed 2 months ago

katzdm commented 3 months ago

The is_noexcept metafunction was added in P2996R3.

BaLiKfromUA commented 3 months ago

Planning to implement this function, seems doable + there are a couple of similar metafunctions implemented already to take as an example.

Let me know if there are any objections.

Update: Kirill Delimbetov messaged me that he is working on this task already, I will try to implement #44 instead.