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)

string.patch (34.9 KB ) - added by Eric Niebler 14 years ago.
patch that adds mpl::char_ and mpl::string as well as tests and docs

Download all attachments as: .zip

Change History (2)

by Eric Niebler, 14 years ago

Attachment: string.patch added

patch that adds mpl::char_ and mpl::string as well as tests and docs

comment:1 by Eric Niebler, 14 years ago

Resolution: fixed
Status: newclosed

(In [52208]) add mpl::char_ and mpl::string, fixes #2905

Note: See TracTickets for help on using tickets.