mirror of https://gitee.com/bigwinds/arangodb
applied fix which is already present in devel (#10210)
This commit is contained in:
parent
56fba25e91
commit
1d264dea9f
|
@ -56,7 +56,7 @@ class BreadthFirstEnumerator final : public arangodb::traverser::PathEnumerator
|
|||
~PathStep();
|
||||
|
||||
PathStep(PathStep const& other) = default;
|
||||
PathStep& operator=(PathStep const& other) = default;
|
||||
PathStep& operator=(PathStep const& other) = delete;
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue