compiling gson_helper ok for vc2005 by removing invalid declaration.

This commit is contained in:
zsx 2018-09-04 17:08:20 +08:00
parent ba239b8e26
commit e9169c3489

View File

@ -693,10 +693,12 @@ static inline gson(acl::json &json, const std::map<T, V*> *objects)
//////////////////////////////////////////////////////////////////////////////
#if 0
template <class T>
typename enable_if<is_object<T>::value,
std::pair<bool, std::string> >::type
static inline gson(acl::json_node &node, T **obj);
#endif
template<class T>
static inline void del(T **obj)