Fix IsStdVector

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2021-07-02 17:42:34 +02:00
parent a27700b072
commit bbb8b4b640
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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<
+1 -1
View File
@@ -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<
+1 -1
View File
@@ -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<