Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/utils/enum-generator.hold mode 100644 new mode 100755
@@ -77,14 +77,6 @@ return ""; \ } template<typename T> inline char getEnumValueAsString (const T &) { return 0; } template<typename T> struct IsDefinedEnum { enum { value = sizeof(getEnumValueAsString(std::declval<T>())) == sizeof(const char *) }; }; //Explicit conversion from enum type to underlying type template<typename T> constexpr auto to_integral(T e) -> typename std::underlying_type<T>::type