I'm changing STL support a bit. STL flx code now goes in lib/stl.
glob now goes in std. glob requires C++ code on Windows to
but the Felix code is platform independent.

Stl modules now live in top level space not in Stl, this was
needed to split them up into separate files. Stl code is now
native, i.e. it doesn't get generated by interscript.

The Iterator and related typeclasses now belong to STL.

Note glob uses Vector. Note also, Stl List is now called Stl_List
to avoid confusion with Felix List module.

I plan to change Container to provide "iter" procedure
as virtual. Fold will be defined using it. Iter will be implemented
for all stl containers individually. This is a serious pain as
mentioned in previous post, since all the implementations
are the same (using being/end).

I may not get all this finished before I leave, my trip to
Noumea is back on. I'm leaving Brisbane Tuesday morning AEST
for Port Macquarie, and we'll sail for Coffs Harbour the next day
probably, clear customs, and thence on to New Caledonia.

Avast ye Landlubbers!


--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to