From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,243dc2fb696a49cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: tigrisek@interia.pl (Robert Kawulak) Newsgroups: comp.lang.ada Subject: Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl) Date: 1 Oct 2004 06:02:04 -0700 Organization: http://groups.google.com Message-ID: <34f76c06.0410010502.50c09802@posting.google.com> References: <41547dae$0$91007$39cecf19@news.twtelecom.net> <1g2d9xmnita9f.5ecju0eftkqw$.dlg@40tude.net> <1hl2mizeb27ku$.1f0asrbmb05mi.dlg@40tude.net> <7siml3c62lev$.usczt2y2l19c$.dlg@40tude.net> NNTP-Posting-Host: 149.156.98.242 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096635725 29543 127.0.0.1 (1 Oct 2004 13:02:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Oct 2004 13:02:05 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4506 Date: 2004-10-01T06:02:04-07:00 List-Id: > But this is where the "template metaprogramming" stuff applies - you can't > use it directly as string, but you can make a template metafunction which in > turn can take vector or string or something else as its metaargument. Sorry, I didn't express myself in the strict terms - I meant just tempate function, not "template metafunction", with ordinary parameters, not "metaargments". That is not what exactly template metaprogramming is about, sorry for the confusion. (I was writing that post late at night... ;-) Regards, Robert Kawulak