$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dirk Gerrits (dirk_at_[hidden])
Date: 2003-03-02 12:43:06
Jason House wrote:
> I'm thinking that it would be nice to be able to us define distinct
> types based on strings (the fundamental type const char * and not
> std::string). The intended use is in templates.
Well I'm just curious how you would like to accomplish this. String
literals as template parameters don't really work all that well, if I
recall correctly. Then again, I might be wrong.
Dirk Gerrits