You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when I remove the SUPER_FAST_ASSERTS it does.
Error:
test.c: In function ‘void _DOCTEST_ANON_FUNC_6()’:
doctest/doctest.h:2063:93: error: ‘DT_CHECK’ was not declared in this scope
In file included from test.c:5:0:
doctest/doctest.h:2063:66: error: ‘DOCTEST_ASSERT_IMPLEMENT_2’ was not declared in this scope
I was able to workaround this by simply duplicating the
DOCTEST_ASSERT_IMPLEMENT_1 macro as "_2"
The text was updated successfully, but these errors were encountered:
It's fixed in the dev branch and will be made available in the master branch once I release a new official version - not sure when that is happening though... :)
Version: 2.3.4
It was ok in Version 1.2.9
This does not compile:
However when I remove the SUPER_FAST_ASSERTS it does.
Error:
test.c: In function ‘void _DOCTEST_ANON_FUNC_6()’:
doctest/doctest.h:2063:93: error: ‘DT_CHECK’ was not declared in this scope
In file included from test.c:5:0:
doctest/doctest.h:2063:66: error: ‘DOCTEST_ASSERT_IMPLEMENT_2’ was not declared in this scope
I was able to workaround this by simply duplicating the
DOCTEST_ASSERT_IMPLEMENT_1 macro as "_2"
The text was updated successfully, but these errors were encountered: