git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 12. The 'StopOnError' parameter added.
[stg.git]
/
stglibs
/
common.lib
/
include
/
stg
/
common.h
diff --git
a/stglibs/common.lib/include/stg/common.h
b/stglibs/common.lib/include/stg/common.h
index ec05adb124e2d3018a3ac4bcb964da44cabd54e0..90bd639d46dd56f8d71c445ec262a1dbba42a72c 100644
(file)
--- a/
stglibs/common.lib/include/stg/common.h
+++ b/
stglibs/common.lib/include/stg/common.h
@@
-99,8
+99,8
@@
std::string & TrimR(std::string & val);
std::string & Trim(std::string & val);
std::string Trim(const std::string & val);
std::string & Trim(std::string & val);
std::string Trim(const std::string & val);
-std::string ToLower(
const std::string &
value);
-std::string ToUpper(
const std::string &
value);
+std::string ToLower(
std::string
value);
+std::string ToUpper(
std::string
value);
template <typename C, typename F>
inline
template <typename C, typename F>
inline