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