EASTL icon indicating copy to clipboard operation
EASTL copied to clipboard

Honour EA_NO_HAVE_CPP11_TUPLES before trying to include <tuple>

Open zhmu opened this issue 3 years ago • 1 comments

EA_COMPILER_NO_STRUCTURED_BINDING does not properly check whether can be included.

This change strengthens the condition to prevent build errors on C++17 when is not available.

zhmu avatar Oct 13 '21 15:10 zhmu

Hi there, Apologies for the delay in getting back to you, we appreciate the submission. We just pushed a new CI workflow that uses github actions since our existing travis CI hasn't been running on new PRs. Could you sync down the latest changes and update this PR so that the checks run? Once those changes are made and the checks succeed, we can move forward with this :) Thanks again!

james-moran-ea avatar Feb 09 '22 20:02 james-moran-ea