Changes between Version 49 and Version 50 of LibrariesUnderConstruction


Ignore:
Timestamp:
Apr 16, 2009, 8:57:47 PM (14 years ago)
Author:
viboes
Comment:

Adding Boost.Conversion

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v49 v50  
    200200
    201201---------------------------------------------------------------------------------------------------
     202== Boost.Conversion ==
     203
     204 * '''Author(s):''' Vicente J. Botet Escribá
     205 * '''Version:''' 0.1
     206 * '''State:''' Stable
     207 * '''Last upload:'''2009 April 16
     208 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=conversion.zip&directory=Utilities& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox]
     209 * '''Categories:''' [#Utilities Utilities]
     210 * '''Description:'''  Generic explicit conversion between unrelated types.
     211
     212Boost.Conversion provides:
     213
     214 * a generic convert_to function which can be specialized by the user to make explicit conversion between unrelated types.
     215 * a generic assign_to function which can be specialized by the user to make explicit assignation between unrelated types.
     216 * conversion between std::complex of explicitly convertible types.
     217 * conversion between std::pair of explicitly convertible types.
     218 * conversion between boost::optional of explicitly convertible types.
     219 * conversion between boost::rational of explicitly convertible types.
     220 * conversion between boost::interval of explicitly convertible types.
     221 * conversion between boost::chrono::time_point and boost::ptime.
     222 * conversion between boost::chrono::duration and boost::time_duration.
     223
     224---------------------------------------------------------------------------------------------------
    202225== Boost.Convert ==
    203226 * '''Author(s):'''  Vladimir Batov
     
    12491272---------------------------------------------------------------------------------------------------
    12501273== Utilities ==
     1274 * [#Boost.Conversion Boost.Conversion]
    12511275
    12521276---------------------------------------------------------------------------------------------------
    12531277== XML ==
    12541278 * [#Boost.XML Boost.XML]
     1279
    12551280---------------------------------------------------------------------------------------------------
    12561281== Miscellaneous ==