Backport upstream MDEV-9479 fix: oqgraph fails to build with boost 1.60
When the version of boost is >= 1.6 we had a failure in compiling oqgraph. By #ifdef-ing for this version we remove the problem.
Please register or sign in to comment
When the version of boost is >= 1.6 we had a failure in compiling oqgraph. By #ifdef-ing for this version we remove the problem.