
10 Jun
2008
10 Jun
'08
7:19 a.m.
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.