From 69a5b337338991462a56c6a26b70e0bfa98054f4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 13 Oct 2008 09:00:03 +0000 Subject: Merge fixes from Trunk. Fixes #2392. Change includes of to . Previously if Boost.TR1 was in the include path then including pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. [SVN r49314] --- libs/accumulators | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/accumulators') diff --git a/libs/accumulators b/libs/accumulators index ed04a9946d..06f37f615d 160000 --- a/libs/accumulators +++ b/libs/accumulators @@ -1 +1 @@ -Subproject commit ed04a9946ddf25e324280c7d402e1308b8c5ffb3 +Subproject commit 06f37f615d621ac78218e015b523cc2ac6cb3871 -- cgit v1.2.1