Hi:

I’ve got a tuple defined as:

Boost::tuple<bool, HWND>

And when I do:

Boost::make_tuple(true, TempWindow);

I get the error

C2440 cannot convert from int to hwnd__*

Anyone got any ideas?

Visual c++ 2008, and boost 1.43.

Cheers

Sean.