Skip to content
Snippets Groups Projects
Unverified Commit 5da63dde authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Refactor modccutil.hpp (#542)

Fixes #139.

* Split colours and `pprintf(...)` into `io/pprintf.hpp` header.
* Remove generic `to_string()` function, replacing its very occasional usage with `pprintf`.
* Move block pretty printing into own .cpp file; this is the only place that the vector ostream printer was used.
* Remove `enum_hash`, as not needed with C++14.
* Move `is_in` utility function to `util.hpp`.
* Remove old SIMD printer backend code.
parent 48cb9e53
No related branches found
No related tags found
Showing
with 232 additions and 552 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment