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

View File

@@ -83,7 +83,7 @@ using AMFDoubleValue = AMFValue<double>;
// Template deduction guide to ensure string literals deduce // Template deduction guide to ensure string literals deduce
template <size_t N> 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: * The AMFArrayValue object holds 2 types of lists: