<format>
: inline
overloads of vformat()
are costly for throughput
#2329
Labels
<format>
: inline
overloads of vformat()
are costly for throughput
#2329
@xiangfan-ms reported (slightly edited for Markdown):
I believe that
template <int = 0>
should be sufficient to delay this throughput cost (i.e. unless and untilvformat()
is actually called), and that it should be unobservable because users are now forbidden from taking the addresses of Standard Library functions. We should probably have comments as to why we're doing this.@xiangfan-ms replied:
The text was updated successfully, but these errors were encountered: