Skip to content

remove use of std::tuple in gzip_filter_test to avoid compilation err…#7099

Merged
htuch merged 1 commit intoenvoyproxy:masterfrom
stevenzzzz:fix-libstdc++-issue
May 29, 2019
Merged

remove use of std::tuple in gzip_filter_test to avoid compilation err…#7099
htuch merged 1 commit intoenvoyproxy:masterfrom
stevenzzzz:fix-libstdc++-issue

Conversation

@stevenzzzz
Copy link
Contributor

…or in libstdc+++

Signed-off-by: Xin Zhuang stevenzzz@google.com

Description: with libstdc++ the the std::tuple constructor picked by a {x,y,z} parameter is "explicit tuple(TP_&&...) ", which causes a compilation error, remove the usage of std::tuple to make the test code more compatible w/ libstdc++.

Risk Level: LOW
Testing: Unit test.
Docs Changes:
Release Notes:
[Optional Fixes #Issue]
[Optional Deprecated:]

…or in libstdc+++

Signed-off-by: Xin Zhuang <stevenzzz@google.com>
@stevenzzzz
Copy link
Contributor Author

@htuch could you please take a look?

Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@htuch htuch merged commit c0797dc into envoyproxy:master May 29, 2019
@stevenzzzz stevenzzzz deleted the fix-libstdc++-issue branch November 8, 2019 18:27
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.

3 participants