From 248d0f50a675e259981e9888a7e1c7187e2a1043 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 21 Mar 2011 21:32:38 +0000 Subject: Function: Merge from trunk. - Remove extra definition of operator(), since it's inline anyway. Fixes #4765. - Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325 - Fully qualified function calls to avoid ambiguity with new additions to standard. Thanks to Conrad Poelman. Fixes #4073 - Remove iterator workaround for newer versions of Visual Age C++. Thanks to 'ccambly'. Fixes #3912 - Fix unused variable warning for Visual C++. Fixes #3618 - Testing flag for Visual C++. - Removed all but one old-style cast, prevents GCC warnings, but breaks GCC 2.95.3. Fixes #3410 - Fixed tab and newline issues from inspection report. [SVN r70361] --- libs/function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/function') diff --git a/libs/function b/libs/function index f85a3db133..3193df71b9 160000 --- a/libs/function +++ b/libs/function @@ -1 +1 @@ -Subproject commit f85a3db133df74c81629e79010c2d641a60ee7d2 +Subproject commit 3193df71b9c62204209ae67317205a45758245a3 -- cgit v1.2.1