lwc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lightweight C++] lwc 1.2


From: Stelios Xanthakis
Subject: [Lightweight C++] lwc 1.2
Date: Sun, 18 Apr 2004 16:28:51 +0300 (EET DST)

lwc 1.2 has just been released.

Lot's of corner-case bugfixes, and experimental feature fixes
(template classes, etc). Interesting new stuff:

 - auto functions are more powerful. No code is emited if
   they call pure virtual functions. Moreover, non-virtual functions
   can be pure. That's a reasonable addition that comes with
   auto functions and compile-time polymorphism.

 - auto functions redefined if they use local typedefs.
   Some things about generic programming can be now done
   with auto functions instead of templates.

 - A declaration specifier '__unwind__'. local objects declared
   as such are dtored on 'throw'.

 - modular data members. Decorative feature but can have namespace effect.

 - miscelanery, new bugs and breakage of old features.

Available at usual place

   http://students.ceid.upatras.gr/~sxanth/lwc/lwc-1.2.tar.bz2


stelios






reply via email to

[Prev in Thread] Current Thread [Next in Thread]