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

Bad support of empty tuples and tuples with Tag components. #562

Open
JKot-Coder opened this issue Feb 20, 2025 · 0 comments
Open

Bad support of empty tuples and tuples with Tag components. #562

JKot-Coder opened this issue Feb 20, 2025 · 0 comments

Comments

@JKot-Coder
Copy link

JKot-Coder commented Feb 20, 2025

WTR:

    struct Tag{};

    auto works = std::get<0>(std::make_tuple(std::make_tuple<Tag>({})));
    auto failedToCompile = eastl::get<0>(eastl::make_tuple(eastl::make_tuple<Tag>({})));

Any Intreactions with eastl::make_tuple<Tag>({}) causes compilation errors:
static_assert(I != I, "tuple_element index out of range");

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

1 participant