Update fmt to version 6.2.1 (9 May 2020)

This commit is contained in:
Wojtek Figat
2021-07-08 17:46:23 +02:00
parent 1eda04f695
commit f052d788fe
11 changed files with 4660 additions and 3352 deletions

View File

@@ -82,8 +82,6 @@ namespace MUtils
template<typename T, typename Enable = void>
struct MConverter
{
static_assert(fmt::internal::no_formatter_error<T>::value, "Unsupported type for Scripting API.");
MonoObject* Box(const T& data, MonoClass* klass);
void Unbox(T& result, MonoObject* data);
void ToManagedArray(MonoArray* result, const Span<T>& data);