Changes between Version 123 and Version 124 of LibrariesUnderConstruction


Ignore:
Timestamp:
Sep 24, 2010, 8:23:42 AM (12 years ago)
Author:
viboes
Comment:

Update Boost.Conversion

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v123 v124  
    326326
    327327 * '''Author(s):''' Vicente J. Botet Escribá
    328  * '''Version:''' 0.4
     328 * '''Version:''' 0.5
    329329 * '''State:''' Stable - Formal review requested - Looking for a review manager
    330  * '''Last upload:'''2009 October 27
    331  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=conversion.zip&directory=Utilities& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/conversion Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion/doc/index.html Documentation]
     330 * '''Last upload:'''2010 September 24
     331 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=conversion.zip&directory=Utilities& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/conversion Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/index.html Documentation] [http://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/conversion.pdf PDF]
    332332 * '''Categories:''' [#Utilities Utilities]
    333333 * '''Description:'''  Generic explicit conversion between unrelated types.
     
    345345 * a generic mca/tie function returning a wrapper which replace assignments by a call to assign_to  and conversion operators by a call convert_to.
    346346 * a generic convert_to_via function which convert a type From to another To using a temporary one Via.
     347 * a generic pack function used to pack Source and target constructor arguments.
    347348 * conversion between std::complex of explicitly convertible types.
    348349 * conversion between std::pair of explicitly convertible types.
     
    354355 * conversion between boost::array of explicitly convertible types.
    355356 * conversion between Boost.Fusion sequences of explicitly convertible types.
     357 * conversion between std::vector  of explicitly convertible types.
    356358
    357359---------------------------------------------------------------------------------------------------