Discussion:
[asio-users] asio dependencies
j***@comex.se
2012-08-07 12:14:46 UTC
Permalink
Hello,
Is it safe to use latest boost::asio version in a program that uses other older boost libraries (compiled and headers only) ?
I would like to upgrade to latest boost::asio version and link it statically but keep my old other boost libraries.

Joakim
Igor R
2012-08-07 13:20:07 UTC
Permalink
Post by j***@comex.se
Is it safe to use latest boost::asio version in a program that uses other
older boost libraries (compiled and headers only) ?
I would like to upgrade to latest boost::asio version and link it statically
but keep my old other boost libraries.
In general, as long as it's compiles, it should be safe.

Loading...