boshkins / pelopia

Pelias-like geocoding solution implemented in C++ and intended to be used locally (offline) on a desktop or a portable device over a relatively small set of data (e.g. a city).
4 stars 1 forks source link

Define and use Pelopia-specific exception classes #15

Open boshkins opened 8 years ago

boshkins commented 8 years ago

in addition, consider removing throw (.. ) clauses (deprecated in C++11), replacing throw() clauses with noexcept