$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.