Boost logo

Boost Users :

Subject: Re: [Boost-users] BOOST_CLASS_TRACKING compilation error : tracking_level not a class or a namespace
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-07-16 12:56:07


AMDG

G, Benjamin (NSN - IN/Bangalore) wrote:
> I want to disable tracking because of the now somewhat famous
> (STATIC_ASSERT compilation errors).
>
> I have a few classes within a namespace in a header file. For
> serialization of these, I want to disable tracking so I placed the
> macros:
>
>
>
> BOOST_CLASS_TRACKING(mynamespace::myClassA,
> boost:serialization::track_never);
>
> BOOST_CLASS_TRACKING(mynamespace::myClassB,
> boost:serialization::track_never);
>
> <snip>
>
> What am I missing?
>
>

You're missing colon. boost:serialization::track_never
should be boost::serialization::track_never

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net