| 125 | |
| 126 | === !ConcepTraits library === |
| 127 | |
| 128 | The !ConceptTraits library was abandoned when Concepts became part of the C++ standard. Unfortunately the concept feature will be missing for the next standard. |
| 129 | |
| 130 | This library was composed mainly of 3 parts: |
| 131 | * operators traits |
| 132 | * macros to generate member traits |
| 133 | * concept traits |
| 134 | |
| 135 | The two first parts have been managed by Boost.!TypeTraits operator extension reviewed in Mars and Boost.TTI respectively. |
| 136 | |
| 137 | It 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 | |
| 141 | Mentors: Vicente J. Botet Escriba |