From 2873f0b3ea3f2319da4f034be012ae2c11812aa1 Mon Sep 17 00:00:00 2001 From: evomarc Date: Sat, 2 Feb 2002 07:36:58 +0000 Subject: [PATCH] Suppressed the lt_arity fn that was added for MSVC - and now seems unnecessary --- eo/test/t-eoSymreg.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eo/test/t-eoSymreg.cpp b/eo/test/t-eoSymreg.cpp index fd227edb..226b1a73 100644 --- a/eo/test/t-eoSymreg.cpp +++ b/eo/test/t-eoSymreg.cpp @@ -99,11 +99,11 @@ static SymregNode init_sequence[5] = {SymregNode::X, SymregNode::Plus, SymregNod // but dies accept the lt_arity in eoParseTreeDepthInit // !!! // #ifdef _MSC_VER -template <> -bool lt_arity(const SymregNode &node1, const SymregNode &node2) -{ - return (node1.arity() < node2.arity()); -} +// template <> +// bool lt_arity(const SymregNode &node1, const SymregNode &node2) +// { +// return (node1.arity() < node2.arity()); +// } // #endif //-----------------------------------------------------------