Opened 14 years ago
Closed 14 years ago
#2905 closed Patches (fixed)
add mpl::string sequence
Reported by: | Eric Niebler | Owned by: | Aleksey Gurtovoy |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | mpl |
Version: | Boost 1.38.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Attached is a patch that adds a new Integral Constant for characters (mpl::char_) and a new Sequence for compile-time strings that can be initialized using multi-character literals (mpl::string). Also attached are tests for mpl::char_ and mpl::string as well as docs.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | string.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch that adds mpl::char_ and mpl::string as well as tests and docs