Update Amf3.h for macos

This commit is contained in:
jadebenn 2024-11-21 18:52:12 -06:00 committed by GitHub
parent 051a0ba05e
commit 12387ba07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ using AMFDoubleValue = AMFValue<double>;
// Template deduction guide to ensure string literals deduce
template <size_t N>
AMFValue(const char (&)[N]) -> AMFStringValue;
AMFValue(const char (&)[N]) -> AMFValue<std::string>; // AMFStringValue
/**
* The AMFArrayValue object holds 2 types of lists: