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

LLVM16: Investigate Change Static Assets in meta_refl #323

Open
ericpassmore opened this issue Dec 14, 2024 · 0 comments
Open

LLVM16: Investigate Change Static Assets in meta_refl #323

ericpassmore opened this issue Dec 14, 2024 · 0 comments

Comments

@ericpassmore
Copy link
Contributor

In cdt/libraries/meta_refl/include/bluegrass/meta/for_each.hpp investigate removing static assert on is_aggregate_initializable_n<type, result>::value, and removing #ifdef __cpp_lib_is_aggregate macro on the following code, making it active all the time.

      static_assert(
            std::is_aggregate<type>::value             // Does not return `true` for build in types.
            || std::is_standard_layout<type>::value,   // Does not return `true` for structs that have non standard layout members.
            "Type must be aggregate initializable."
        );
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