| 5222 | sizeof(typename std::remove_pointer<CharT>::type) == 1, |
| 5223 | int >::type = 0 > |
| 5224 | span_input_adapter(CharT b, std::size_t l) |
| 5225 | : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {} |
| 5226 | |
| 5227 | template<class IteratorType, |
| 5228 | typename std::enable_if< |
nothing calls this directly
no test coverage detected