mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-21 18:20:04 +00:00
Remove type_identity
This commit is contained in:
parent
c283b458a5
commit
05226c4bd9
@ -277,11 +277,6 @@ template <typename Char, typename Traits, typename Allocator>
|
||||
struct is_contiguous<std::basic_string<Char, Traits, Allocator>>
|
||||
: std::true_type {};
|
||||
|
||||
template <typename T> struct type_identity {
|
||||
using type = T;
|
||||
};
|
||||
template <typename T> using type_identity_t = typename type_identity<T>::type;
|
||||
|
||||
namespace detail {
|
||||
|
||||
FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) {
|
||||
|
Loading…
Reference in New Issue
Block a user