| 218 | |
| 219 | template <typename> struct Wrapper; |
| 220 | template <typename Enc> inline static const TextEncoding* get() { |
| 221 | return &TextEncoding::Wrapper<Enc>::Instance; |
| 222 | } |
| 223 | }; |
| 224 | |
| 225 | template <> struct TextEncoding::Wrapper<Enc_Bytes> { |
no outgoing calls