Changeset 57155

Timestamp:
Oct 25, 2009, 5:32:02 PM (13 years ago)
Author:
viboes
Message:

TBoost.conversion: v0.4 Applying the same technique that bosst::swap applies.
Either:

  • A function with the signature convert_to<Target>(Source const&) is available via argument dependent lookup

Or:

  • A template specialization of boost::conversion::convert_to exists for Target and Source

Or:

  • Target is copy constructible from Source (default implementation)
(No files)

Note: See TracChangeset for help on using the changeset viewer.