update
This commit is contained in:
parent
6140f46fa4
commit
a61f0bd27c
@ -56,10 +56,17 @@ namespace zt {
|
|||||||
raw_print(std::cout,args...);
|
raw_print(std::cout,args...);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
inline void print(){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
template<typename ...Args>
|
template<typename ...Args>
|
||||||
inline void eprint(const Args&...args){
|
inline void eprint(const Args&...args){
|
||||||
raw_print(std::cerr,args...);
|
raw_print(std::cerr,args...);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline void eprint(){
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user