On Mon, 2006-10-02 at 20:23 +1000, Jonathan Kelly wrote:
> Hi,
> 
> are directly recursive structures not supported, or am I doing something 
> silly?
> 
> //------------
> 
> struct DLL_Node[T] {
>     next : &DDL_Node[T];
>     node : &T;
> };
> //------------

Spelling error .. DDL_Node vs. DLL_Node .. :)

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to