
4 Jul
2010
4 Jul
'10
7:18 a.m.
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.