9 Oct
2012
9 Oct
'12
11:39 a.m.
My question is, will it cause any issues if I create a shared library that is statically linked with a newer version of boost, and have it loaded by the same executable that is dynamically linked with an old version of boost?
It probably won't work as you're doing it.
Why not? If boost types are not a part of plugin interfaces, it should work.