$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::date visualizer in vs debugger
From: Hicham Mouline (hicham_at_[hidden])
Date: 2009-12-04 17:52:17
Hello
Has anyone been able to write a msvc8/9 debugger visualizer for
boost::gregorian::date?
Given that class stores its date in an internal int, I wonder if it's doable
to display the date in some human readable format at all?
Rds,