git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868373b
)
Some explicit inlining removed to fix linking in release mode
author
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 27 Jul 2011 11:55:04 +0000
(14:55 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 27 Jul 2011 11:55:04 +0000
(14:55 +0300)
stglibs/common.lib/common.cpp
patch
|
blob
|
history
diff --git
a/stglibs/common.lib/common.cpp
b/stglibs/common.lib/common.cpp
index 606f057afe457346beb6dd28fd9348759c326d3a..b9fb3bf9da855be24a6268b5e016d57e79d497e1 100644
(file)
--- a/
stglibs/common.lib/common.cpp
+++ b/
stglibs/common.lib/common.cpp
@@
-996,7
+996,6
@@
if (0 == strncasecmp(str.c_str(), "no", 2))
return -1;
}
-inline
int ParseInt(const std::string & str, int * val)
{
if (str2x<int>(str, *val))
@@
-1004,7
+1003,6
@@
if (str2x<int>(str, *val))
return 0;
}
-inline
int ParseUnsigned(const string & str, unsigned * val)
{
if (str2x<unsigned>(str, *val))