| 82 | */ |
| 83 | template<typename RangeT> |
| 84 | inline detail::empty_formatF< |
| 85 | BOOST_STRING_TYPENAME range_value<RangeT>::type> |
| 86 | empty_formatter(const RangeT&) |
| 87 | { |
| 88 | return detail::empty_formatF< |
| 89 | BOOST_STRING_TYPENAME range_value<RangeT>::type>(); |
| 90 | } |
| 91 | |
| 92 | //! Empty formatter |
| 93 | /*! |
no outgoing calls
no test coverage detected