| 5154 | sizeof(typename std::remove_pointer<CharT>::type) == 1, |
| 5155 | int >::type = 0 > |
| 5156 | span_input_adapter(CharT b, std::size_t l) |
| 5157 | : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {} |
| 5158 | |
| 5159 | template<class IteratorType, |
| 5160 | typename std::enable_if< |
nothing calls this directly
no test coverage detected