Remove string_view_metadata
string_view_metadata was introduced to make compiled format relocatable. However, format string compilation is an optimization and therefore adding overhead and extra complexity for relocation is undesirable. In most cases the string will be either static or outlive compilation and formatting and if it doesn't, it's possible to make compiled representation relocatale by other means.
Showing
Please register or sign in to comment