$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Nikitin (reductor_at_[hidden])
Date: 2003-12-05 13:00:03
Hi,
We have template class
template <class T>
class A
{
...
};
and macros BOOST_CLASS_TRACKING not working for it. Compiler VC7.1.
Is there way to turn off tracking for teamplate classes?
Regards,
Alexey.