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

bug in test_construction.cpp #110

Open
GregKon opened this issue Jul 5, 2021 · 0 comments
Open

bug in test_construction.cpp #110

GregKon opened this issue Jul 5, 2021 · 0 comments

Comments

@GregKon
Copy link

GregKon commented Jul 5, 2021

Hi Robert

There is small issue what cause compilation error on non gcc/msvc compilers

in test_construction.cpp line 156 you create
using test_types = mp_unique<
and include test_values.hpp where in line 66 also create the same alias name:
using test_types = boost::mp11::mp_list<

which alias shall be used?

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