On 29/11/2018 09:04, Osman Zakir wrote:
The project in question is on GitHub here: https://github.com/DragonOsman/currency_converter . I switched out the Asio in the Boost distribution with the official Emscripten port of Asio, found here: https://github.com/emscripten-ports/asio . But I don't know which version of Boost.Asio it's using so I'd like some clarification on that if possible (I opened this issue there: https://github.com/emscripten-ports/asio/issues/2 and have just now updated the question to ask what version of Asio is being used for the port). https://github.com/emscripten-ports/asio/issues/2
I would assume it is not Boost.Asio at all, but rather the standalone Asio library (http://think-async.com/Asio), albeit an old version of it. See http://think-async.com/Asio/AsioAndBoostAsio.