$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruce Trask (Bruce.Trask_at_[hidden])
Date: 2005-04-14 18:43:06
Hello,
I was investigating ways to implement Named Template Parameters. I ran into
this post from the archives.
http://listarchives.boost.org/MailArchives/boost/msg29429.php
1. Is the ntp namespace around anymore or is it now spelled
named_template_params.hpp in boost/detail?
2. Is there a simple example of using the facilities in
named_template_params.hpp?
3. Should I just go with the technique provided by Vandevoorde and Josuttis
in Chapter 16 of C++ Template: The Complete Guide? Or is
named_template_params.hpp that technique and I am just not seeing it?
Regards,
Bruce