mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Update Amf3.h for macos
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user