Closed jwcodee closed 5 years ago
The only thing that is missing is assert_good which is from another repo. Do you want me to vendor that from abyss?
Yes, please do copy it in. It's a useful function. It gives a much better error message. You can do that in a separate PR.
When I removed using namespace std;
the code could still compile, so I read through the code and added std::
to classes I know that requires the namespace. I'm not sure if I caught everything though. I have ran and executed the code and it seems to be fine.
Check that there's no using namespace std;
in other header files in the code base.
Check that there's no using namespace std; in other header files in the code base.
If there are, you could address that issue in a separate PR.
Thank you!
This pull request includes minor adjustments suggested by Shaun. The only thing that is missing is assert_good which is from another repo. Do you want me to vendor that from abyss? or just leave the assert statements as is?