sml2 icon indicating copy to clipboard operation
sml2 copied to clipboard

Is SML v2.0.0 working with MSVC 19 latest?

Open tsjung75 opened this issue 1 year ago • 2 comments

@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?

tsjung75 avatar Jan 08 '25 00:01 tsjung75

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.

kris-jusiak avatar Jan 14 '25 20:01 kris-jusiak

Hello,

Any progress with this issue? I am getting compilation error when building with latest MSVC compiler version.

haydermabood avatar Sep 15 '25 13:09 haydermabood