Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with Clang15 results in warnings about deprecated builtins #507

Closed
mp-t opened this issue Apr 28, 2023 · 1 comment
Closed

Build with Clang15 results in warnings about deprecated builtins #507

mp-t opened this issue Apr 28, 2023 · 1 comment

Comments

@mp-t
Copy link

mp-t commented Apr 28, 2023

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>

@grojo-ea
Copy link
Contributor

grojo-ea commented Jul 5, 2023

Hello,

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

Please let us know if the issue persists.

@grojo-ea grojo-ea closed this as completed Jul 5, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants