Tessil / ordered-map

C++ hash map and hash set which preserve the order of insertion
MIT License
512 stars 66 forks source link

Make tests Wsign-compare correct #44

Closed ecatmur closed 10 months ago

ecatmur commented 10 months ago

If Boost::unit_test_framework is included as -I, not -isystem, so that warnings are enabled (and ignoring that it triggers a bunch of Wold-style-cast warnings internally to Boost code), this exposes a bunch of -Wsign-compare warnings in tests. Fix.

Tessil commented 10 months ago

Thanks, looks good, merged.