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