More cleanup

This commit is contained in:
Victor Zverovich
2019-06-11 22:11:47 -07:00
parent 5e293bd97a
commit 9d7b64a259
3 changed files with 4 additions and 12 deletions
+1 -4
View File
@@ -204,10 +204,7 @@ template <typename OutputIt, typename Char> class basic_printf_context;
\endrst
*/
template <typename Range>
class printf_arg_formatter
: public internal::function<
typename internal::arg_formatter_base<Range>::iterator>,
public internal::arg_formatter_base<Range> {
class printf_arg_formatter : public internal::arg_formatter_base<Range> {
public:
typedef decltype(std::declval<Range>().begin()) iterator;