Opened 12 years ago

Closed 11 years ago

#5438 closed Bugs (wontfix)

boost::join() can't accept builtin characters

Reported by: anonymous Owned by: Pavol Droba
Milestone: To Be Determined Component: string_algo
Version: Boost 1.45.0 Severity: Problem
Keywords: Cc:

Description

::boost::as_literal() hasn't corresponding overload for 'char'.

I don't now, where is the problem - in such boost.range limitation or in string library interface - but it's a limitation.

Change History (3)

comment:1 by Pavol Droba, 12 years ago

boost::join is intended for joining strings, not characters. So it is not a limitation, rather a design decision.

comment:2 by Marshall Clow, 11 years ago

Can we close this bug as "wontfix", then?

comment:3 by Pavol Droba, 11 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.