Remove undocumented deprecated APIs

This commit is contained in:
Victor Zverovich
2020-05-02 21:09:51 -07:00
parent b85e9ac38b
commit cbb4cb8991
2 changed files with 0 additions and 26 deletions

View File

@@ -364,7 +364,6 @@ template <typename Char> class basic_string_view {
size_t size_;
public:
using char_type FMT_DEPRECATED_ALIAS = Char;
using value_type = Char;
using iterator = const Char*;
@@ -638,11 +637,6 @@ struct formatter {
formatter() = delete;
};
template <typename T, typename Char, typename Enable = void>
struct FMT_DEPRECATED convert_to_int
: bool_constant<!std::is_arithmetic<T>::value &&
std::is_convertible<T, int>::value> {};
// 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>
@@ -1401,8 +1395,6 @@ class format_arg_store
: 0);
public:
FMT_DEPRECATED static constexpr unsigned long long types = desc;
format_arg_store(const Args&... args)
:
#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409