id summary reporter owner description type status milestone component version severity resolution keywords cc 1666 Visualizer for boost::optional anonymous Fernando Cacciola "I propose to add the following visualizer for boost::optional (announced at 2008-03-03 at the boost user newsgroup with the title ""Better debugger support for boost::optional with VS2005 compiler"") to your collection. It is tested for all boost versions in the following list 1.30.0, 1.31.0, 1.32.0, 1.33.0, 1.33.1, 1.34.1 ;------------------------------------------------------------------------------ ; Visualizer for boost::optional, boost::optional_detail::optional_base ;------------------------------------------------------------------------------ boost::optional<*>|boost::optional_detail::optional_base<*> { preview ( #if($e.m_initialized) ( *(($T1 *) (&$e.m_storage.dummy_.data[0])) ) #else ( ""?"" ) ) children ( #if($e.m_initialized) ( #(value: *(($T1 *) (&$e.m_storage.dummy_.data[0])) ) ) #else ( ""?"" ) ) } ;------------------------------------------------------------------------------" Bugs closed Boost 1.36.0 optional Boost 1.34.1 Optimization fixed