Skip to content

Fix type_traits.h to address compiler warnings around using deprecated methods#1

Closed
agrawroh wants to merge 1 commit intov1.20from
v1.20-patch
Closed

Fix type_traits.h to address compiler warnings around using deprecated methods#1
agrawroh wants to merge 1 commit intov1.20from
v1.20-patch

Conversation

@agrawroh
Copy link
Copy Markdown
Owner

@agrawroh agrawroh commented Apr 26, 2025

Description

__has_trivial_copy has been deprecated in favor of __is_trivially_assignable. This is causing issues while bumping up the Open Telemetry dependency in Envoy from v1.29 => v1.20 [See This].

Changes

We have created a patch in Envoy and are trying to upstream the fixes to get a clean patch-free build.

@agrawroh agrawroh changed the title Patch Fix type_traits.h to address compiler warnings around using deprecated methods Apr 26, 2025
@agrawroh agrawroh changed the base branch from v1.20 to main April 26, 2025 18:21
@agrawroh agrawroh changed the base branch from main to v1.20 April 27, 2025 05:05
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
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

Successfully merging this pull request may close these issues.

1 participant