$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-05-12 13:33:43
> -----Original Message-----
> From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of
> Arkadiy Vertleyb
> There could be different opinions on this subject, but I
> think the basic
> rule of thumb should be: no template metaprogramming in the
> non-library
> code. Of course, most C++ programmers are wearing two hats: a library
> (reusable code) writer and the user of this reusable code.
> The key is to
> distinguish which hat you are wearing at any particular moment :-)
I find that increasingly it's the library, so maybe I'm on the right
path.
Thank you for your input!
Sohail