f4a353
diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2
f4a353
--- boost_1_57_0/libs/pool/test/Jamfile.v2~	2015-07-17 11:36:16.362519826 +0100
f4a353
+++ boost_1_57_0/libs/pool/test/Jamfile.v2	2015-07-17 11:37:38.858847388 +0100
f4a353
@@ -28,17 +28,17 @@
f4a353
 local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
f4a353
 
f4a353
 test-suite pool :
f4a353
-    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ]
f4a353
-    [ run test_pool_alloc.cpp : : : $(Werr) ]
f4a353
-    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ]
f4a353
-    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ]
f4a353
-    [ run test_bug_3349.cpp : : : $(Werr) ]
f4a353
-    [ run test_bug_4960.cpp : : : $(Werr) ]
f4a353
-    [ run test_bug_1252.cpp : : : $(Werr) ]
f4a353
-    [ run test_bug_2696.cpp : : : $(Werr) ]
f4a353
-    [ run test_bug_5526.cpp : : : $(Werr) ]
f4a353
+    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
f4a353
+    [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
f4a353
+    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
+    [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
     [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
f4a353
-    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) ]
f4a353
+    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
f4a353
     [ compile test_poisoned_macros.cpp : $(Werr) ]
f4a353
 
f4a353
 #