Boost logo

Boost :

From: Noel Belcourt (kbelco_at_[hidden])
Date: 2006-02-10 10:28:28


On Feb 10, 2006, at 1:33 AM, Joaquín Mª López Muñoz wrote:
>
> The attached file implements this idea. I cannot test it myself under
> CW,
> it'd be great is someone can give it a try.

So this test code compiles cleanly with CW 10.0 and the patched
is_convertible.hpp.

-- Noel

#include <memory>
#include <is_convertible.hpp>

class foo{};

int main(int ac, char *av[])
{
   typedef boost::is_convertible<const std::auto_ptr<const foo *>,
const foo> type;

   bool b=type::value;
   return 0;
}


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