better header inclusion

[SVN r30101]
This commit is contained in:
Robert Ramey
2005-07-15 05:16:52 +00:00
parent a2cfbc098d
commit 6df5a45c5d

View File

@@ -25,6 +25,12 @@ namespace boost {
namespace archive {
namespace detail {
bool type_info_pointer_compare::operator()(
const basic_serializer * lhs, const basic_serializer * rhs
) const {
return *lhs < *rhs;
}
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
basic_serializer_map::basic_serializer_map(){
}