Suppressed the lt_arity fn that was added for MSVC - and now seems unnecessary
This commit is contained in:
parent
066ba2eec2
commit
2873f0b3ea
1 changed files with 5 additions and 5 deletions
|
|
@ -99,11 +99,11 @@ static SymregNode init_sequence[5] = {SymregNode::X, SymregNode::Plus, SymregNod
|
||||||
// but dies accept the lt_arity<Node> in eoParseTreeDepthInit
|
// but dies accept the lt_arity<Node> in eoParseTreeDepthInit
|
||||||
// !!!
|
// !!!
|
||||||
// #ifdef _MSC_VER
|
// #ifdef _MSC_VER
|
||||||
template <>
|
// template <>
|
||||||
bool lt_arity(const SymregNode &node1, const SymregNode &node2)
|
// bool lt_arity(const SymregNode &node1, const SymregNode &node2)
|
||||||
{
|
// {
|
||||||
return (node1.arity() < node2.arity());
|
// return (node1.arity() < node2.arity());
|
||||||
}
|
// }
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
|
|
|
||||||
Reference in a new issue