re-enable hintin mechanism

This commit is contained in:
Dennis Luxen
2015-01-05 12:59:29 +01:00
parent b384340cbb
commit a4919ffb45
4 changed files with 40 additions and 15 deletions
+4 -1
View File
@@ -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
{