cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
892 stars 215 forks source link

Fix MSVC build with Boost older than 1.73 #167

Open cmpute opened 3 years ago

cmpute commented 3 years ago

In previous PR (#165) I added instantiation for boost::throw_exception. There's a change in version 1.73 of boost, which makes the code failed to build with boost older than 1.73. This PR fixes it.