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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
As far as I can tell, there isn't a way to write doctest cases for the header if it has no function declarations in it. Also, we don't really need them?
I think that it should be as simple as rewriting the print statements you have to be more imperative + use the test framework. What I would do is get the original atomics.h, run your file over that, then make a copy of the test file and start converting using the sizes/outputs from your original file like this:
I need to understand how doctest works if we're going to use it for testing. I've cloned the repo and I'm looking through the examples.
The text was updated successfully, but these errors were encountered: