|
From: <ag...@us...> - 2011-01-02 20:03:51
|
Revision: 1847
http://zoolib.svn.sourceforge.net/zoolib/?rev=1847&view=rev
Author: agreen
Date: 2011-01-02 20:03:45 +0000 (Sun, 02 Jan 2011)
Log Message:
-----------
Back out testing change.
Modified Paths:
--------------
trunk/zoolib/source/cxx/zoolib/ZValPred_Any.cpp
Modified: trunk/zoolib/source/cxx/zoolib/ZValPred_Any.cpp
===================================================================
--- trunk/zoolib/source/cxx/zoolib/ZValPred_Any.cpp 2011-01-02 19:52:29 UTC (rev 1846)
+++ trunk/zoolib/source/cxx/zoolib/ZValPred_Any.cpp 2011-01-02 20:03:45 UTC (rev 1847)
@@ -52,10 +52,7 @@
template <> int sCompare_T(const ZValComparator_Callable_Any& iL,
const ZValComparator_Callable_Any& iR)
- {
- ZUnimplemented(); //## just checking to see if this is ever called.
- return sCompare_T((void*)iL.GetCallable().Get(), (void*)iR.GetCallable().Get());
- }
+ { return sCompare_T((void*)iL.GetCallable().Get(), (void*)iR.GetCallable().Get()); }
ZMACRO_CompareRegistration_T(ZValComparator_Callable_Any)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|