Opened 15 years ago
Closed 14 years ago
#1827 closed Bugs (fixed)
String algorithm composite header doesn't include join
Reported by: | Owned by: | Pavol Droba | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | string_algo |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The composite header for the string algorithms (boost/algorithm/string.hpp) doesn't include the join algorithm header. It seems to have been left out by mistake.
Fix is trivial, add #include <boost/algorithm/string/join.hpp> to the file.
Note:
See TracTickets
for help on using tickets.
Already fixed