Boost logo

Boost :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2005-06-22 07:28:16


TODO List:
----------

Documentation:
- revise text in respect to the reviewer's notes
- inline examples, add short examples of typical use cases
- add a tutorial
- port to BoostBook on the fly

Library:
- wrap interface in namespace, shorten/improve identifier names
- change library name to "Function Type" (singular)
- cv-qualify class types of member function pointer
- add unary (TypeTraits-style) traits for classification for most common cases
- decorate member function pointers' class type in 'signature' with a reference
   by default
- allow a placeholder name in calling conventions configuration to allow
   "explicitly empty" cc-attributation to address MSVC's '__thiscall' which
   cannot be specified explicity.
- tag becomes the second (template-) parameter for tag-based metafunctions
- improve tag logic by allowing combination of orthogonal aspects
- simplify 'signature' by hiding most type members
- extend portability and test-sute, add V2 Jamfiles on the fly


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk