re-enable hintin mechanism
This commit is contained in:
@@ -86,7 +86,10 @@ struct PhantomNode
|
||||
|
||||
using PhantomNodeArray = std::vector<std::vector<PhantomNode>>;
|
||||
|
||||
using phantom_node_pair = std::pair<PhantomNode, PhantomNode>;
|
||||
class phantom_node_pair : public std::pair<PhantomNode, PhantomNode>
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
struct PhantomNodeLists
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user