雾聪
2024-03-13 acf8b4d3dc590121d1297a82ccbb8ad87e9935d9
fix redefinition of jieba StdExtension.hpp
1个文件已修改
4 ■■■■ 已修改文件
runtime/onnxruntime/third_party/jieba/include/limonp/StdExtension.hpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/onnxruntime/third_party/jieba/include/limonp/StdExtension.hpp
@@ -70,13 +70,13 @@
  return os;
}
#ifndef USE_GPU
template<class T1, class T2>
ostream& operator << (ostream& os, const pair<T1, T2>& pr) {
  os << pr.first << ":" << pr.second ;
  return os;
}
#endif
template<class T>
string& operator << (string& str, const T& obj) {