$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-06-10 03:19:36
Matus Chochlik a écrit :
> Well, unless you want to do something else with the type name
> besides writing it into an ostream ;)
Well, then, the type of return of the function shoudl be parametrizable
in some way. In my version, I just have a :
#ifndef BOOST_IDENTIFY_CONFIG_STRING_TYPE
#define BOOST_IDENTIFY_CONFIG_STRING_TYPE std::string
#endif
and I assume thsi type has the proper = and + operator
but it should be better to define those as policies.