Attempted gcc 4.8 fix
This commit is contained in:
parent
20abb8c3c0
commit
ec6811c3c9
@ -356,6 +356,8 @@ struct formatter<TupleT, Char,
|
|||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
FMT_CONSTEXPR formatter() { }
|
||||||
|
|
||||||
FMT_CONSTEXPR void set_separator(basic_string_view<Char> sep) {
|
FMT_CONSTEXPR void set_separator(basic_string_view<Char> sep) {
|
||||||
separator_ = sep;
|
separator_ = sep;
|
||||||
}
|
}
|
||||||
@ -451,6 +453,8 @@ struct range_formatter<
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
FMT_CONSTEXPR range_formatter() { }
|
||||||
|
|
||||||
FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type<Char, T>& {
|
FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type<Char, T>& {
|
||||||
return underlying_;
|
return underlying_;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user