Closed as not planned
Description
One of motivating factors for Deducing this was performance
Would it be reasonable to implement string_view
variant that uses Deducing this when users specify LIBCXX_ABI_UNSTABLE
?
I understand this might require some benchmarks(both runtime and binary size on large projects) before we conclude it is best to do switch, but I think it might be interesting thing to do since string_view
is heavily used.