Replace ss::ternary_t with std::conditional_t

This commit is contained in:
ado
2023-02-12 12:45:49 +01:00
parent a9e9783e6a
commit a4ecbd4dc8
6 changed files with 28 additions and 67 deletions

View File

@@ -102,7 +102,7 @@ class converter {
constexpr static auto string_error = setup<Matchers...>::string_error;
constexpr static auto default_delimiter = ",";
using error_type = ss::ternary_t<string_error, std::string, bool>;
using error_type = std::conditional_t<string_error, std::string, bool>;
public:
// parses line with given delimiter, returns a 'T' object created with