summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/str.cpp')
-rw-r--r--segget/str.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/segget/str.cpp b/segget/str.cpp
index c45787a..4ffbe2f 100644
--- a/segget/str.cpp
+++ b/segget/str.cpp
@@ -58,6 +58,7 @@ template<typename T> string toString(T t){
return s.str();
}
*/
+/*
template<typename T> string field(string prefix,T t, int width){
try{
stringstream s1,s2;
@@ -71,7 +72,7 @@ template<typename T> string field(string prefix,T t, int width){
return "";
}
}
-
+*/
string field(string prefix,ulong t, int width){
try{
stringstream s1,s2;