Index: boost/serialization/nvp.hpp =================================================================== --- boost/serialization/nvp.hpp (リビジョン 60071) +++ boost/serialization/nvp.hpp (作業コピー) @@ -98,6 +98,15 @@ return nvp(name, t); } +template +inline +#ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING +const +#endif +nvp make_nvp(const char * name, T * const & t){ + return nvp(name, t); +} + // to maintain efficiency and portability, we want to assign // specific serialization traits to all instances of this wrappers. // we can't strait forward method below as it depends upon