From 932f692af70af3d7b610ae71da5b19d192a464df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 17 Apr 2008 00:20:33 +0000 Subject: Added a workaround for a compilation failure when including some Boost Serialization headers before some Boost Pool headers using MSVC 7.1 or 8.0. Source of the problem is a compiler bug fixed in MSVC 9.0 and workaround consists of referencing some Windows API identifiers using their fully qualified names. Added a related regression test for the Boost Pool library. See the test code comments for more detailed information on the bug. [SVN r44480] --- libs/pool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pool') diff --git a/libs/pool b/libs/pool index 7de7330fdc..7f87d3e79b 160000 --- a/libs/pool +++ b/libs/pool @@ -1 +1 @@ -Subproject commit 7de7330fdcf53cca57536d61ee1450f450351a7f +Subproject commit 7f87d3e79b7f3adcc3d2e4a7eb68be4a83d9f60e -- cgit v1.2.1