From 2b4bcb0b184c0b94c0650400217192a0a4e513e2 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 27 Jul 2011 14:55:04 +0300 Subject: [PATCH] Some explicit inlining removed to fix linking in release mode --- stglibs/common.lib/common.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stglibs/common.lib/common.cpp b/stglibs/common.lib/common.cpp index 606f057a..b9fb3bf9 100644 --- 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(str, *val)) @@ -1004,7 +1003,6 @@ if (str2x(str, *val)) return 0; } -inline int ParseUnsigned(const string & str, unsigned * val) { if (str2x(str, *val)) -- 2.43.2