warning: mismatched versions of Boost.Build engine and core warning: Boost.Build engine (bjam) is 2011.04.00 warning: Boost.Build core (at /Users/viboes/boost/trunk/tools/build/v2) is 2011.12-svn ...patience... ...found 1387 targets... ...updating 102 targets... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug/weak_ptr_move_test.o weak_ptr_move_test.cpp:49:37: error: no member named 'move' in namespace 'std' boost::weak_ptr p2( std::move( p ) ); ~~~~~^ weak_ptr_move_test.cpp:54:40: error: no member named 'move' in namespace 'std' boost::weak_ptr p3( std::move( p2 ) ); ~~~~~^ weak_ptr_move_test.cpp:77:19: error: no member named 'move' in namespace 'std' p3 = std::move( p2 ); ~~~~~^ weak_ptr_move_test.cpp:96:19: error: no member named 'move' in namespace 'std' p2 = std::move( p ); ~~~~~^ weak_ptr_move_test.cpp:105:19: error: no member named 'move' in namespace 'std' p3 = std::move( p2 ); ~~~~~^ 5 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug/weak_ptr_move_test.o" "weak_ptr_move_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug/weak_ptr_move_test.o... ...skipped weak_ptr_move_test for lack of weak_ptr_move_test.o... ...skipped weak_ptr_move_test.run for lack of weak_ptr_move_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug/smart_ptr_test.o In file included from smart_ptr_test.cpp:36: In file included from ../../../boost/smart_ptr.hpp:28: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from smart_ptr_test.cpp:36: In file included from ../../../boost/smart_ptr.hpp:28: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug/smart_ptr_test.o" "smart_ptr_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug/smart_ptr_test.o... ...skipped smart_ptr_test for lack of smart_ptr_test.o... ...skipped smart_ptr_test.run for lack of smart_ptr_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug/intrusive_ptr_move_test.o intrusive_ptr_move_test.cpp:138:42: error: no member named 'move' in namespace 'std' boost::intrusive_ptr p2( std::move( p ) ); ~~~~~^ intrusive_ptr_move_test.cpp:151:19: error: no member named 'move' in namespace 'std' p2 = std::move( p ); ~~~~~^ intrusive_ptr_move_test.cpp:165:19: error: no member named 'move' in namespace 'std' p2 = std::move( p ); ~~~~~^ 3 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug/intrusive_ptr_move_test.o" "intrusive_ptr_move_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug/intrusive_ptr_move_test.o... ...skipped intrusive_ptr_move_test for lack of intrusive_ptr_move_test.o... ...skipped intrusive_ptr_move_test.run for lack of intrusive_ptr_move_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug/shared_ptr_move_test.o shared_ptr_move_test.cpp:47:39: error: no member named 'move' in namespace 'std' boost::shared_ptr p2( std::move( p ) ); ~~~~~^ shared_ptr_move_test.cpp:51:42: error: no member named 'move' in namespace 'std' boost::shared_ptr p3( std::move( p2 ) ); ~~~~~^ shared_ptr_move_test.cpp:64:19: error: no member named 'move' in namespace 'std' p2 = std::move( p ); ~~~~~^ shared_ptr_move_test.cpp:69:19: error: no member named 'move' in namespace 'std' p3 = std::move( p2 ); ~~~~~^ shared_ptr_move_test.cpp:83:19: error: no member named 'move' in namespace 'std' p2 = std::move( p ); ~~~~~^ shared_ptr_move_test.cpp:89:19: error: no member named 'move' in namespace 'std' p3 = std::move( p2 ); ~~~~~^ 6 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug/shared_ptr_move_test.o" "shared_ptr_move_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug/shared_ptr_move_test.o... ...skipped shared_ptr_move_test for lack of shared_ptr_move_test.o... ...skipped shared_ptr_move_test.run for lack of shared_ptr_move_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug/make_shared_test.o In file included from make_shared_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from make_shared_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug/make_shared_test.o" "make_shared_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug/make_shared_test.o... ...skipped make_shared_test for lack of make_shared_test.o... ...skipped make_shared_test.run for lack of make_shared_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug/make_shared_perfect_forwarding_test.o In file included from make_shared_perfect_forwarding_test.cpp:12: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from make_shared_perfect_forwarding_test.cpp:12: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug/make_shared_perfect_forwarding_test.o" "make_shared_perfect_forwarding_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug/make_shared_perfect_forwarding_test.o... ...skipped make_shared_perfect_forwarding_test for lack of make_shared_perfect_forwarding_test.o... ...skipped make_shared_perfect_forwarding_test.run for lack of make_shared_perfect_forwarding_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug/allocate_shared_test.o In file included from allocate_shared_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from allocate_shared_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug/allocate_shared_test.o" "allocate_shared_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug/allocate_shared_test.o... ...skipped allocate_shared_test for lack of allocate_shared_test.o... ...skipped allocate_shared_test.run for lack of allocate_shared_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug/make_shared_esft_test.o In file included from make_shared_esft_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from make_shared_esft_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug/make_shared_esft_test.o" "make_shared_esft_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug/make_shared_esft_test.o... ...skipped make_shared_esft_test for lack of make_shared_esft_test.o... ...skipped make_shared_esft_test.run for lack of make_shared_esft_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_esft_test.o In file included from allocate_shared_esft_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from allocate_shared_esft_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_esft_test.o" "allocate_shared_esft_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_esft_test.o... ...skipped allocate_shared_esft_test for lack of allocate_shared_esft_test.o... ...skipped allocate_shared_esft_test.run for lack of allocate_shared_esft_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_fp_test.test/clang-darwin-3.1x/debug/make_shared_fp_test.o In file included from make_shared_fp_test.cpp:13: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from make_shared_fp_test.cpp:13: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ make_shared_fp_test.cpp:18:8: warning: unused variable 'fp' [-Wunused-variable] FP fp = boost::make_shared; ^ 1 warning and 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_fp_test.test/clang-darwin-3.1x/debug/make_shared_fp_test.o" "make_shared_fp_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_fp_test.test/clang-darwin-3.1x/debug/make_shared_fp_test.o... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug/make_shared_array_test.o In file included from make_shared_array_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug/make_shared_array_test.o" "make_shared_array_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug/make_shared_array_test.o... ...skipped make_shared_array_test for lack of make_shared_array_test.o... ...skipped make_shared_array_test.run for lack of make_shared_array_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug/make_shared_arrays_test.o In file included from make_shared_arrays_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug/make_shared_arrays_test.o" "make_shared_arrays_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug/make_shared_arrays_test.o... ...skipped make_shared_arrays_test for lack of make_shared_arrays_test.o... ...skipped make_shared_arrays_test.run for lack of make_shared_arrays_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug/make_shared_array_create_test.o In file included from make_shared_array_create_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug/make_shared_array_create_test.o" "make_shared_array_create_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug/make_shared_array_create_test.o... ...skipped make_shared_array_create_test for lack of make_shared_array_create_test.o... ...skipped make_shared_array_create_test.run for lack of make_shared_array_create_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug/make_shared_array_init_test.o In file included from make_shared_array_init_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug/make_shared_array_init_test.o" "make_shared_array_init_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug/make_shared_array_init_test.o... ...skipped make_shared_array_init_test for lack of make_shared_array_init_test.o... ...skipped make_shared_array_init_test.run for lack of make_shared_array_init_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug/make_shared_arrays_create_test.o In file included from make_shared_arrays_create_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug/make_shared_arrays_create_test.o" "make_shared_arrays_create_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug/make_shared_arrays_create_test.o... ...skipped make_shared_arrays_create_test for lack of make_shared_arrays_create_test.o... ...skipped make_shared_arrays_create_test.run for lack of make_shared_arrays_create_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug/make_shared_array_throws_test.o In file included from make_shared_array_throws_test.cpp:10: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug/make_shared_array_throws_test.o" "make_shared_array_throws_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug/make_shared_array_throws_test.o... ...skipped make_shared_array_throws_test for lack of make_shared_array_throws_test.o... ...skipped make_shared_array_throws_test.run for lack of make_shared_array_throws_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug/make_shared_array_esft_test.o In file included from make_shared_array_esft_test.cpp:11: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug/make_shared_array_esft_test.o" "make_shared_array_esft_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug/make_shared_array_esft_test.o... ...skipped make_shared_array_esft_test for lack of make_shared_array_esft_test.o... ...skipped make_shared_array_esft_test.run for lack of make_shared_array_esft_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug/allocate_shared_array_test.o In file included from allocate_shared_array_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug/allocate_shared_array_test.o" "allocate_shared_array_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug/allocate_shared_array_test.o... ...skipped allocate_shared_array_test for lack of allocate_shared_array_test.o... ...skipped allocate_shared_array_test.run for lack of allocate_shared_array_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug/make_shared_array_args_test.o In file included from make_shared_array_args_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from make_shared_array_args_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug/make_shared_array_args_test.o" "make_shared_array_args_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug/make_shared_array_args_test.o... ...skipped make_shared_array_args_test for lack of make_shared_array_args_test.o... ...skipped make_shared_array_args_test.run for lack of make_shared_array_args_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_test.o In file included from allocate_shared_arrays_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_test.o" "allocate_shared_arrays_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_test.o... ...skipped allocate_shared_arrays_test for lack of allocate_shared_arrays_test.o... ...skipped allocate_shared_arrays_test.run for lack of allocate_shared_arrays_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug/allocate_shared_array_create_test.o In file included from allocate_shared_array_create_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug/allocate_shared_array_create_test.o" "allocate_shared_array_create_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug/allocate_shared_array_create_test.o... ...skipped allocate_shared_array_create_test for lack of allocate_shared_array_create_test.o... ...skipped allocate_shared_array_create_test.run for lack of allocate_shared_array_create_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug/allocate_shared_array_init_test.o In file included from allocate_shared_array_init_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug/allocate_shared_array_init_test.o" "allocate_shared_array_init_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug/allocate_shared_array_init_test.o... ...skipped allocate_shared_array_init_test for lack of allocate_shared_array_init_test.o... ...skipped allocate_shared_array_init_test.run for lack of allocate_shared_array_init_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_create_test.o In file included from allocate_shared_arrays_create_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_create_test.o" "allocate_shared_arrays_create_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_create_test.o... ...skipped allocate_shared_arrays_create_test for lack of allocate_shared_arrays_create_test.o... ...skipped allocate_shared_arrays_create_test.run for lack of allocate_shared_arrays_create_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug/allocate_shared_array_throws_test.o In file included from allocate_shared_array_throws_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug/allocate_shared_array_throws_test.o" "allocate_shared_array_throws_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug/allocate_shared_array_throws_test.o... ...skipped allocate_shared_array_throws_test for lack of allocate_shared_array_throws_test.o... ...skipped allocate_shared_array_throws_test.run for lack of allocate_shared_array_throws_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_array_esft_test.o In file included from allocate_shared_array_esft_test.cpp:10: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 4 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_array_esft_test.o" "allocate_shared_array_esft_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_array_esft_test.o... ...skipped allocate_shared_array_esft_test for lack of allocate_shared_array_esft_test.o... ...skipped allocate_shared_array_esft_test.run for lack of allocate_shared_array_esft_test... clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug/allocate_shared_array_args_test.o In file included from allocate_shared_array_args_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:18: ../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here template ^ ../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here template ^ In file included from allocate_shared_array_args_test.cpp:10: In file included from ../../../boost/make_shared.hpp:15: In file included from ../../../boost/smart_ptr/make_shared.hpp:19: ../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here template ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std' d2->construct(p2, n1, std::forward(args)...); ~~~~~^ ../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value d2->construct(p2, n1, std::forward(args)...); ^ ../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here template ^ 8 errors generated. "/Users/viboes/clang/clang+llvm-3.1-x86_64-apple-darwin11/bin/clang++" -x c++ -std=c++11 -O0 -g -O0 -fno-inline -Wall -g -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o "../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug/allocate_shared_array_args_test.o" "allocate_shared_array_args_test.cpp" ...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug/allocate_shared_array_args_test.o... ...skipped allocate_shared_array_args_test for lack of allocate_shared_array_args_test.o... ...skipped allocate_shared_array_args_test.run for lack of allocate_shared_array_args_test... ...failed updating 26 targets... ...skipped 76 targets...