mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Update Amf3.h for macos
This commit is contained in:
parent
051a0ba05e
commit
12387ba07d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user