Boost C++ Libraries: Ticket #2905: add mpl::string sequence https://svn.boost.org/trac10/ticket/2905 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2905 Trac 1.4.3 Eric Niebler Fri, 03 Apr 2009 17:00:18 GMT attachment set https://svn.boost.org/trac10/ticket/2905 https://svn.boost.org/trac10/ticket/2905 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">string.patch</span> </li> </ul> <p> patch that adds mpl::char_ and mpl::string as well as tests and docs </p> Ticket Eric Niebler Mon, 06 Apr 2009 06:01:06 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2905#comment:1 https://svn.boost.org/trac10/ticket/2905#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/52208" title="add mpl::char_ and mpl::string, fixes #2905">[52208]</a>) add mpl::char_ and mpl::string, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2905" title="#2905: Patches: add mpl::string sequence (closed: fixed)">#2905</a> </p> Ticket