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 linkage rules for specializations parameterized by a reflection #59

Closed katzdm closed 3 weeks ago

katzdm commented 2 months ago

P2996R4 specifies linkage rules for a specialization parameterized by a reflection (e.g., fn<^int>).

katzdm commented 3 weeks ago

Now that we have some implementation experience with importing reflections between modules, we're going to try to remove these restrictions in R6.