dfhack/depends/md5
Kelly Kinkade cfa649b4ac clean up code for C++20 readiness
two change:

* remove use of `register` in `md5.cpp`
* remove use of `using namespace std` in `Core.cpp` (which causes an ambiguous name resolution error between `byte` and `std::byte`). while there are other ways to resolve this, `using namespace std` is a code smell anyway, so eliminating it is the best option
2023-02-24 20:52:49 -06:00
..
CMakeLists.txt
md5.cpp clean up code for C++20 readiness 2023-02-24 20:52:49 -06:00
md5.h
md5wrapper.cpp
md5wrapper.h