Remove deprecated aliases / undeprecate has_formatter

This commit is contained in:
Victor Zverovich
2021-05-22 06:53:34 -07:00
parent c242dd402c
commit 5d59dcf66e
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -696,7 +696,6 @@ struct formatter {
formatter() = delete;
};
// DEPRECATED!
// Specifies if T has an enabled formatter specialization. A type can be
// formattable even if it doesn't have a formatter e.g. via a conversion.
template <typename T, typename Context>