From: Robert Ramey (ramey_at_[hidden])
Date: 2003-12-05 21:52:39


Alexey Nikitin wrote:

>We have template class

>template <class T>
>class A
>{
..
V};

Vand macros BOOST_CLASS_TRACKING not working for it. Compiler VC7.1.
VIs there way to turn off tracking for teamplate classes?

May I conclude that it works for non-template classes?
does the test program test_tracking compile build?

assuming the answer to the above questions is yes

How does the failure manifest itself, compile, link, run, ?

I would ask if the target compiler supports partial template specialization.

Any additional information would be helpful.

Robert Ramey