Comment on Show HN: Doctest – C++ single-header testing frameworkComments−je4210yweird they didn't compare with clang...−onqtamOP10yno access to a linux machine - otherwise I might have tested with clang too. Also you may try the bench.py script yourself :)But this is not a benchmark of compilers but a benchmark between doctest and the other such library - and this comparison should be compiler-neutralAnd if on some compiler the difference is not 50 but 20 times - it would still be amazing!−gravypod10yI just gave it a test on my end. G++ and clang++ are both compiling without warning it seems.Has this been fixed?−onqtamOP10ywhat should be fixed? You said there were no warnings...?
Comments
weird they didn't compare with clang...
no access to a linux machine - otherwise I might have tested with clang too. Also you may try the bench.py script yourself :)
But this is not a benchmark of compilers but a benchmark between doctest and the other such library - and this comparison should be compiler-neutral
And if on some compiler the difference is not 50 but 20 times - it would still be amazing!
I just gave it a test on my end. G++ and clang++ are both compiling without warning it seems.
Has this been fixed?
what should be fixed? You said there were no warnings...?