____________________________________
New Once, Weakly: Typelist Meta-Algorithms
The latest edition of Once, Weakly applies the STL formalism to the
manipulation of typelists. We develop algortithms to partition, sort,
and transform typelists (at compile time), using appropriate
meta-predicates and meta-comparators. We also demonstrate how to write
meta-function adapters that allow the modification and composition of
meta-predicates and comparators. See
http://www.semantics.org/weekly.html. Source code for the typelist
meta-algorithms and adapters is available at
http://www.semantics.org/code.html.
_______________________
C++ Gotchas in Hungarian!
C++ Gotchas is now available in Hungarian from Kiskapu! My
Hungarian/C++ expert (who chooses to remain anonymous) has told me that
title should have been translated as "C++ csapdák" (Traps of C++) rather
than "C++ hibaelhárító" (C++ Troubleshooter), but I'm quite pleased with
the book's appearance and sheer volume of diacritical marks. Read more
about it (in Hungarian) at
http://www.kiskapu.hu/main.php?SHOW_BODY=termekinfo&TERMEKINFO_ID=121665401.
Best regards,
Steve