deepstreamIO / deepstream.io-client-cpp

deepstream.io C++ client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on boost for just a library build

frobware opened this issue · comments

The scoped_guard.hpp which is in src/ currently has a dependency on boost. The only boost dependency we want is for the tests. This dependency should be removed.