aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-04-26 15:14:22 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-04-26 15:14:22 +0800
commit8c04f61b469eebdb536f887053e93bf63c19f06f (patch)
tree43c8c80d9a87dba27f59089fc9b2603f975965fc /meowpp
parentbeb18eec8ace10f35c086d135119fcc75c6fd443 (diff)
downloadmeow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar.gz
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar.bz2
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar.lz
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar.xz
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.tar.zst
meow-8c04f61b469eebdb536f887053e93bf63c19f06f.zip
clear warning
Diffstat (limited to 'meowpp')
-rw-r--r--meowpp/utility.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/meowpp/utility.h b/meowpp/utility.h
index 9e59470..12909e9 100644
--- a/meowpp/utility.h
+++ b/meowpp/utility.h
@@ -50,9 +50,8 @@ namespace meow{
//# |Format print to C++ string and return it
- //# |stringReplace |(std::string `str`,\
- //# std::string const& `from`,\
- //# std::string const& `to`) | std::string
+ //# |stringReplace |(std::string `str`,\std::string const&
+ //# `from`,\std::string const& `to`) | std::string
//# |Return a string like `str`, but all `from` be replaced by `to`