Changes between Version 123 and Version 124 of LibrariesUnderConstruction
- Timestamp:
- Sep 24, 2010, 8:23:42 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v123 v124 326 326 327 327 * '''Author(s):''' Vicente J. Botet Escribá 328 * '''Version:''' 0. 4328 * '''Version:''' 0.5 329 329 * '''State:''' Stable - Formal review requested - Looking for a review manager 330 * '''Last upload:'''20 09 October 27331 * '''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] 332 332 * '''Categories:''' [#Utilities Utilities] 333 333 * '''Description:''' Generic explicit conversion between unrelated types. … … 345 345 * 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. 346 346 * 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. 347 348 * conversion between std::complex of explicitly convertible types. 348 349 * conversion between std::pair of explicitly convertible types. … … 354 355 * conversion between boost::array of explicitly convertible types. 355 356 * conversion between Boost.Fusion sequences of explicitly convertible types. 357 * conversion between std::vector of explicitly convertible types. 356 358 357 359 ---------------------------------------------------------------------------------------------------