KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

Implemented string hashing #212

Closed KazDragon closed 5 years ago

KazDragon commented 5 years ago

Strings may now be placed in unordered containers.

Closes #210


This change is Reviewable

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 95.785% when pulling 8e02cdd78a89b5fec5f5ab2804a595a728d5dd26 on string-hashing#210 into de690bcded3a9532bce08d2a5e2c9112a26159ed on master.

KazDragon commented 5 years ago

Needs more coverage for other hashed types that were added.