| 108 | detail::ignore_unused(ignore); |
| 109 | } |
| 110 | basic_fstring(runtime_format_string<Char> fmt) : str_(fmt.str) {} |
| 111 | |
| 112 | FMT_DEPRECATED operator basic_string_view<Char>() const { return str_; } |
| 113 | auto get() const -> basic_string_view<Char> { return str_; } |
nothing calls this directly
no outgoing calls
no test coverage detected