CI updates
This commit is contained in:
@@ -773,8 +773,12 @@ inline void owner_free(OwningPointer(T)(&object)) noexcept {
|
||||
#if defined(__clang__) || __GNUC__ != 7
|
||||
template <class T>
|
||||
inline void owner_delete(T (&array)[]) noexcept DELETED_FUNCTION;
|
||||
template <class T>
|
||||
inline void owner_free(T (&array)[]) noexcept DELETED_FUNCTION;
|
||||
#endif
|
||||
template <class T, std::size_t N>
|
||||
inline void owner_delete(T (&array)[N]) noexcept DELETED_FUNCTION;
|
||||
template <class T, std::size_t N>
|
||||
inline void owner_free(T (&array)[N]) noexcept DELETED_FUNCTION;
|
||||
|
||||
} // namespace upx
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
#if defined(__CYGWIN__) && defined(_WIN32)
|
||||
#error "unexpected _WIN32"
|
||||
#undef _WIN32
|
||||
// #undef _WIN32
|
||||
#endif
|
||||
#if defined(__CYGWIN__) && defined(_WIN64)
|
||||
// #error "unexpected _WIN64"
|
||||
|
||||
Reference in New Issue
Block a user