schwehr / libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
Other
215 stars 94 forks source link

fails to compile #178

Open pggood opened 6 years ago

pggood commented 6 years ago

libais-master\src\libais\vdm.cpp:80:24: error: 'stoi' is not a member of 'std' \libais-master\src\libais\vdm.cpp:95:29: error: 'to_string' is not a member of 'std' the functions std::stio and std::tostring look to have been removed from the compiler from 4.8 onwards so these functions I am guiesing will need to be rewritten or a workaround found