@@ -73,7 +73,7 @@ template<>
|
||||
inline std::string GetType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -74,7 +74,7 @@ template<>
|
||||
inline std::string GetGoType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -51,7 +51,7 @@ template<>
|
||||
inline std::string GetPrintableType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -60,7 +60,7 @@ template<>
|
||||
inline std::string GetPrintableType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -65,7 +65,7 @@ template<>
|
||||
inline std::string GetType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -54,7 +54,7 @@ template<>
|
||||
inline std::string GetCythonType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -51,7 +51,7 @@ template<>
|
||||
inline std::string GetPrintableType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
@@ -59,7 +59,7 @@ template<>
|
||||
inline std::string GetPrintableType<std::string>(
|
||||
util::ParamData& /* d */,
|
||||
const typename std::enable_if<
|
||||
!util::isStdVector<std::string>::value>::type*,
|
||||
!util::IsStdVector<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
!data::HasSerialize<std::string>::value>::type*,
|
||||
const typename std::enable_if<
|
||||
|
||||
Reference in New Issue
Block a user