| 6541 | sizeof(typename std::remove_pointer<CharT>::type) == 1, |
| 6542 | int >::type = 0 > |
| 6543 | span_input_adapter(CharT b, std::size_t l) |
| 6544 | : ia(reinterpret_cast<const char*>(b), reinterpret_cast<const char*>(b) + l) {} |
| 6545 | |
| 6546 | template<class IteratorType, |
| 6547 | typename std::enable_if< |
nothing calls this directly
no test coverage detected