We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@kris-jusiak, @jbbjarnason
I tried to use SML v2.0.0 in my project. It worked well with Clang but did not with MSVC.
Here are some errors that I encountered.
Line 42,
static_assert(__is_same(index_sequence<>, make_index_sequence<0>));
error C2988:: unrecognizable template declaration/definition error C2059: syntax error: 'static_assert', error C7568: argument list missing after assumed function template 'make_index_sequence'
How can I fix it?
The text was updated successfully, but these errors were encountered:
Hi @tsjung75,
Thanks for pointing it out. I'vent put much attention into msvc ATM but I'm pretty confident fixing it won't be an issue as library matures.
Sorry, something went wrong.
No branches or pull requests
@kris-jusiak, @jbbjarnason
I tried to use SML v2.0.0 in my project.
It worked well with Clang but did not with MSVC.
Here are some errors that I encountered.
Line 42,
static_assert(__is_same(index_sequence<>, make_index_sequence<0>));
error C2988:: unrecognizable template declaration/definition
error C2059: syntax error: 'static_assert',
error C7568: argument list missing after assumed function template 'make_index_sequence'
How can I fix it?
The text was updated successfully, but these errors were encountered: