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 , 12 years ago
comment:3 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
boost::join is intended for joining strings, not characters. So it is not a limitation, rather a design decision.