| 2724 | detail::ignore_unused(x); |
| 2725 | } |
| 2726 | fstring(runtime_format_string<> fmt) : str(fmt.str) {} |
| 2727 | |
| 2728 | FMT_DEPRECATED operator const string_view&() const { return str; } |
| 2729 | auto get() const -> string_view { return str; } |
nothing calls this directly
no outgoing calls
no test coverage detected