Simon
Simon

Reputation: 1684

Mixing Boost versions in linked libraries

I'm have an application, which uses Boost and uses the MongoDB Cxx driver 2.2 (which has to use Boost 1.48 because of Boost Filesystem v2) in a statically linked library.

Now I want to upgrade the Boost version for the application to 1.54 to use Boost.Log.

Is it possible to do that and should there be any subtle bugs expected, when using 1.54 and linking to a lib, which uses 1.48?

Note: I cannot upgrade the MongoDB Cxx driver as the application has to run on Windows XP.

Upvotes: 0

Views: 375

Answers (0)

Related Questions