+1
−1
Loading
We effectively never want to export that function, which is an implementation detail of libc++. This was previously tried in 603715c6 and then reverted in 8335dd31 because it caused linker warnings. These linker warnings should go away now that we use internal_linkage instead of always_inline to implement per-TU insulation.