Skip to content

Is SML v2.0.0 working with MSVC 19 latest? #16

@tsjung75

Description

@tsjung75

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions