26 Jul
2006
26 Jul
'06
7:09 a.m.
Hi boost experts, Recently, I noticed that I no longer see the actual value of a 'boost::optional<__int64>'variable in VS2005 debugger. My program is in C++. I recalled that I could find the actual value from the data field of the variable... Anyone encounted this problem? Other than cast the value to be _int64, is there any other way I can work around it? Thanks in advance, Catherine