Changes between Version 9 and Version 10 of SoC2011


Ignore:
Timestamp:
Mar 19, 2011, 1:19:43 PM (12 years ago)
Author:
viboes
Comment:

Added table of contents + ConceptTraits lib

Legend:

Unmodified
Added
Removed
Modified
  • SoC2011

    v9 v10  
     1[[PageOutline]]
     2
    13= Google Summer of Code 2011 =
    24Welcome to the Boost C++ Libraries' home page for Google Summer of Code (GSoc). This page provides information about student projects, proposal submission templates, advice on writing good proposals, and links to information on getting started writing with Boost.
     
    121123
    122124Mentors: Joel Falcou and Mathias Gaunard
     125
     126=== !ConcepTraits library ===
     127
     128The !ConceptTraits library was abandoned when Concepts became part of the C++ standard. Unfortunately the concept feature will be missing for the next standard.
     129
     130This library was composed mainly of 3 parts:
     131* operators traits
     132* macros to generate member traits
     133* concept traits
     134
     135The two first parts have been managed by Boost.!TypeTraits operator extension reviewed in Mars and Boost.TTI respectively.
     136
     137It would be great to finish the 3rd part and adapt it to the new libraries.
     138
     139[https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.ConceptTraits Boost.ConceptTraits]
     140
     141Mentors: Vicente J. Botet Escriba