Deduction guide for a symbol_text constructed from separate UTF-8 and portable fixed strings
Declared in <mp-units/framework/symbol_text.h>
template<
std::size_t N,
std::size_t M>
symbol_text<N, M>(
fixed_u8string<N> const&,
fixed_string<M> const&) -> symbol_text<N, M>;