Boost logo

Boost :

From: Alexey Nikitin (reductor_at_[hidden])
Date: 2003-10-28 06:12:01


Hello!

Add "template<>" need for compilation with VC7.1
---- type_info_implementation.hpp line 37 ----
// define a macro to assign a particular derivation of extended_type_info
// to a specified a class.
#define BOOST_CLASS_TYPE_INFO(T, ETI) \
namespace boost { \
namespace serialization { \
template<> \ <- this was
skiped
struct type_info_implementation< T > { \
    typedef ETI type; \
}; \
template<> \ <- and this
was skiped
struct type_info_implementation< const T > {\
    typedef ETI type; \
}; \
} \
} \
/**/
----------------------------------------------------------------------------

Regerds,
Alexey.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk