Hi,
cppcheck currently throws a syntax error on this line:
static_assert( alignof( VertexC ) == 4, "alignof( VertexC ) != 4," );
foo.cpp:1:14: error: syntax error [syntaxError] static_assert( alignof( VertexC ) == 4, "alignof( VertexC ) != 4," );
Could you please check?
Thanks, Martin
Ouch! I will look on that.
Thanks!
Log in to post a comment.
Hi,
cppcheck currently throws a syntax error on this line:
static_assert( alignof( VertexC ) == 4, "alignof( VertexC ) != 4," );
foo.cpp:1:14: error: syntax error [syntaxError]
static_assert( alignof( VertexC ) == 4, "alignof( VertexC ) != 4," );
Could you please check?
Thanks,
Martin
Ouch! I will look on that.
Thanks!