reorg to separate type handling
This commit is contained in:
@@ -342,4 +342,12 @@ unsigned short as_str<unsigned short>::op(const char *s)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
void indent(std::ostream& strm, unsigned level) {
|
||||
for(auto i : range(level)) {
|
||||
(void)i;
|
||||
strm<<" ";
|
||||
}
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user