C
Chris Forone
hello group,
is it possible to use a std::string in an template?
example:
template<class Builder, const std::string& Info = "">
class x
{
};
thanks!
cheers, chris
is it possible to use a std::string in an template?
example:
template<class Builder, const std::string& Info = "">
class x
{
};
thanks!
cheers, chris