From: <ag...@us...> - 2011-10-30 02:56:17
|
Revision: 2599 http://zoolib.svn.sourceforge.net/zoolib/?rev=2599&view=rev Author: agreen Date: 2011-10-30 02:56:11 +0000 (Sun, 30 Oct 2011) Log Message: ----------- Comment. Modified Paths: -------------- trunk/zoolib/source/cxx/zoolib/ZCog.h Modified: trunk/zoolib/source/cxx/zoolib/ZCog.h =================================================================== --- trunk/zoolib/source/cxx/zoolib/ZCog.h 2011-10-30 02:55:40 UTC (rev 2598) +++ trunk/zoolib/source/cxx/zoolib/ZCog.h 2011-10-30 02:56:11 UTC (rev 2599) @@ -99,6 +99,8 @@ #pragma mark - #pragma mark * sCog function and pseudo operator +#if 0 + const struct { template <class Param> @@ -133,6 +135,8 @@ } sCog = {}; +#endif + // ================================================================================================= #pragma mark - #pragma mark * sCog_Term @@ -616,7 +620,7 @@ #pragma mark - #pragma mark * sCog_WhileUnchanged -// Call second cog so long as the calling the first cog is unchanged. +// Call cog1 so long as cog0 is unchanged. template <class Param> ZCog<Param> spCogFun_WhileUnchanged(const ZCog<Param>& iSelf, Param iParam, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |