Suppressed the lt_arity fn that was added for MSVC - and now seems unnecessary

This commit is contained in:
evomarc 2002-02-02 07:36:58 +00:00
commit 2873f0b3ea

View file

@ -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
//----------------------------------------------------------- //-----------------------------------------------------------