Tessil / ordered-map

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

throw -> macro TSL_THROW_OR_TERMINATE #15

Closed aldor007 closed 6 years ago

aldor007 commented 6 years ago

Change last throw statement to macro.

Tessil commented 6 years ago

Thank you, I missed this one. I have to check to add some tests compiled with '-fno-exceptions' in the CI.