electronicarts/EASTL

Build with Clang15 results in warnings about deprecated builtins

mp-t opened this issue · 1 comments

mp-t commented

Clang 15 emits the following warning:

EASTL/internal/type_pod.h(194,74): error : builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Werror,-Wdeprecated-builtins] 32> struct has_trivial_constructor : public eastl::integral_constant<bool, __has_trivial_constructor(T) || eastl::is_pod::value>{}; 32>

Hello,

This issue should be resolved in version 3.21.12 (#510).

Please let us know if the issue persists.