Changes between Version 1 and Version 2 of BoostMplRoadmap


Ignore:
Timestamp:
Apr 6, 2009, 4:22:03 PM (14 years ago)
Author:
Aleksey Gurtovoy
Comment:

Fix broken gmane thread links

Legend:

Unmodified
Added
Removed
Modified
  • BoostMplRoadmap

    v1 v2  
    44
    55 * {{{transform}}} on maps should not require providing an inserter (http://article.gmane.org/gmane.comp.lib.boost.user/27842)
    6  * ADL barrier technique needs to be applied to all MPL sequences (http://thread.gmane.org/gmane.comp.lib.boost.devel/115368)
    7   * GCC {{{vector<...>}}} performance problem (http://thread.gmane.org/gmane.comp.lib.boost.devel/118413).
     6 * ADL barrier technique needs to be applied to all MPL sequences (http://article.gmane.org/gmane.comp.lib.boost.devel/115679/)
     7 * GCC {{{vector<...>}}} performance problem (http://thread.gmane.org/gmane.comp.lib.boost.devel/118413).
    88 * Compilation failure with GCC: {{{make_variant_over}}} and {{{vector}}} (http://thread.gmane.org/gmane.comp.lib.boost.user/9741).
    99 * {{{vector_c}}}, {{{range_c}}} et al. don't work with enumeration types:
    10    * http://thread.gmane.org/gmane.comp.lib.boost.devel/116955
    1110   * http://article.gmane.org/gmane.comp.lib.boost.devel/116940
    1211   * http://thread.gmane.org/gmane.comp.lib.boost.user/9219
     
    1817
    1918 * {{{apply + lambda + BOOST_MPL_LIMIT_METAFUNCTION_ARITY + 1}}} issue (http://thread.gmane.org/gmane.comp.lib.boost.user/9699).
    20  * Implement lambda scoping as per http://thread.gmane.org/gmane.comp.lib.boost.devel/115924.
     19 * Implement lambda scoping as per http://article.gmane.org/gmane.comp.lib.boost.devel/116000/.
    2120 * Document {{{pair_view}}}.
    2221 * {{{contains<set,k>}}} as a synonym for {{{has_key<set,k>}}}.
     
    2928== Long-term TODO list ==
    3029
    31  * Consider full laziness as per Vesa's posts (http://thread.gmane.org/gmane.comp.lib.boost.devel/112542).
     30 * Consider full laziness as per Vesa's posts (http://search.gmane.org/?query=+Lazy+Metaprogramming+Library&group=gmane.comp.lib.boost.devel&sort=relevance).
    3231 * Improve diagnostics; in particular, introduce (optional) concept checking for all template parameters, e.g.:
    3332{{{
     
    4645  * http://lists.boost.org/MailArchives/boost/msg55203.php
    4746  * http://groups-beta.google.com/group/comp.lang.c++.moderated/msg/1319e53af9955115?dmode=source
    48  * Integration with Alexander Nasonov's "overloads" library (http://thread.gmane.org/gmane.comp.lib.boost.devel/117532)
     47 * Integration with Alexander Nasonov's "overloads" library (http://article.gmane.org/gmane.comp.lib.boost.devel/116517, http://article.gmane.org/gmane.comp.lib.boost.devel/117532/)
    4948 * Move (and document!) Eric Friedman's {{{lambda_match}}} from Sandbox to the main CVS.
    5049 * Officially adopt one of the compile-time {{{rational}}} / {{{fixed}}} numbers implementations.
     
    7574 * make fold result a sequence, see:
    7675  * http://article.gmane.org/gmane.comp.lib.boost.devel/119087
    77 
    78 == Resolved issues ==
    79  * '''DONE:''' Reportedly failing {{{equal<<i>vector</i>,<i>vector</i>::type>}}} asserts (http://thread.gmane.org/gmane.comp.lib.boost.devel/118872).
    80  * '''DONE:''' Unclear {{{begin<set>}}} issue (http://thread.gmane.org/gmane.comp.lib.boost.devel/116988).
    81   * Most likely related to the {{{set}}} bug reported by Geoffrey Romer (http://article.gmane.org/gmane.comp.lib.boost.user/13896)
    82  * '''DONE:''' Document {{{for_each}}}.