Commit 26bf066d authored by Dimitri John Ledkov's avatar Dimitri John Ledkov Committed by Vicențiu Ciorbaru

MDEV-9479: Enable OQGRAPH Engine to compile with Boost-1.60+

This used to be a compile failure. The defined structure isn't required
in the later versions of boost.
Signed-off-by: default avatarVicențiu Ciorbaru <vicentiu@mariadb.org>
parent b4496129
...@@ -254,7 +254,7 @@ namespace boost ...@@ -254,7 +254,7 @@ namespace boost
typedef no_property type; typedef no_property type;
}; };
#if BOOST_VERSION >= 104601 #if BOOST_VERSION < 106000 && BOOST_VERSION >= 104601
template <> template <>
struct graph_bundle_type<oqgraph3::graph> struct graph_bundle_type<oqgraph3::graph>
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment