Subject: Re: [Boost-users] concatenate strings?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-11 06:04:46


> hi, i'm wondering if there is some function into boost to concatenate
> several strings to have just  a long one?

Why can't you use standard operator+ or operator+= ?