Ticket #7707: f.log

File f.log, 72.2 KB (added by viboes, 10 years ago)
Line 
1warning: mismatched versions of Boost.Build engine and core
2warning: Boost.Build engine (bjam) is 2011.04.00
3warning: Boost.Build core (at /Users/viboes/boost/trunk/tools/build/v2) is 2011.12-svn
4...patience...
5...found 1387 targets...
6...updating 102 targets...
7clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug/weak_ptr_move_test.o
8weak_ptr_move_test.cpp:49:37: error: no member named 'move' in namespace 'std'
9 boost::weak_ptr<X> p2( std::move( p ) );
10 ~~~~~^
11weak_ptr_move_test.cpp:54:40: error: no member named 'move' in namespace 'std'
12 boost::weak_ptr<void> p3( std::move( p2 ) );
13 ~~~~~^
14weak_ptr_move_test.cpp:77:19: error: no member named 'move' in namespace 'std'
15 p3 = std::move( p2 );
16 ~~~~~^
17weak_ptr_move_test.cpp:96:19: error: no member named 'move' in namespace 'std'
18 p2 = std::move( p );
19 ~~~~~^
20weak_ptr_move_test.cpp:105:19: error: no member named 'move' in namespace 'std'
21 p3 = std::move( p2 );
22 ~~~~~^
235 errors generated.
24
25 "/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"
26
27...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...
28...skipped <p../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug>weak_ptr_move_test for lack of <p../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug>weak_ptr_move_test.o...
29...skipped <p../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug>weak_ptr_move_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/weak_ptr_move_test.test/clang-darwin-3.1x/debug>weak_ptr_move_test...
30clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug/smart_ptr_test.o
31In file included from smart_ptr_test.cpp:36:
32In file included from ../../../boost/smart_ptr.hpp:28:
33In file included from ../../../boost/make_shared.hpp:15:
34In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
35../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
36 d2->construct(p2, n1, std::forward<Args>(args)...);
37 ~~~~~^
38../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
39 d2->construct(p2, n1, std::forward<Args>(args)...);
40 ^
41../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
42 template<typename T, typename... Args>
43 ^
44../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
45 d2->construct(p2, n1, std::forward<Args>(args)...);
46 ~~~~~^
47../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
48 d2->construct(p2, n1, std::forward<Args>(args)...);
49 ^
50../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
51 template<typename T, typename... Args>
52 ^
53In file included from smart_ptr_test.cpp:36:
54In file included from ../../../boost/smart_ptr.hpp:28:
55In file included from ../../../boost/make_shared.hpp:15:
56In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
57../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
58 d2->construct(p2, n1, std::forward<Args>(args)...);
59 ~~~~~^
60../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
61 d2->construct(p2, n1, std::forward<Args>(args)...);
62 ^
63../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
64 template<typename T, typename A, typename... Args>
65 ^
66../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
67 d2->construct(p2, n1, std::forward<Args>(args)...);
68 ~~~~~^
69../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
70 d2->construct(p2, n1, std::forward<Args>(args)...);
71 ^
72../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
73 template<typename T, typename A, typename... Args>
74 ^
758 errors generated.
76
77 "/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"
78
79...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug/smart_ptr_test.o...
80...skipped <p../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug>smart_ptr_test for lack of <p../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug>smart_ptr_test.o...
81...skipped <p../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug>smart_ptr_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/smart_ptr_test.test/clang-darwin-3.1x/debug>smart_ptr_test...
82clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug/intrusive_ptr_move_test.o
83intrusive_ptr_move_test.cpp:138:42: error: no member named 'move' in namespace 'std'
84 boost::intrusive_ptr<X> p2( std::move( p ) );
85 ~~~~~^
86intrusive_ptr_move_test.cpp:151:19: error: no member named 'move' in namespace 'std'
87 p2 = std::move( p );
88 ~~~~~^
89intrusive_ptr_move_test.cpp:165:19: error: no member named 'move' in namespace 'std'
90 p2 = std::move( p );
91 ~~~~~^
923 errors generated.
93
94 "/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"
95
96...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...
97...skipped <p../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug>intrusive_ptr_move_test for lack of <p../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug>intrusive_ptr_move_test.o...
98...skipped <p../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug>intrusive_ptr_move_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/intrusive_ptr_move_test.test/clang-darwin-3.1x/debug>intrusive_ptr_move_test...
99clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug/shared_ptr_move_test.o
100shared_ptr_move_test.cpp:47:39: error: no member named 'move' in namespace 'std'
101 boost::shared_ptr<X> p2( std::move( p ) );
102 ~~~~~^
103shared_ptr_move_test.cpp:51:42: error: no member named 'move' in namespace 'std'
104 boost::shared_ptr<void> p3( std::move( p2 ) );
105 ~~~~~^
106shared_ptr_move_test.cpp:64:19: error: no member named 'move' in namespace 'std'
107 p2 = std::move( p );
108 ~~~~~^
109shared_ptr_move_test.cpp:69:19: error: no member named 'move' in namespace 'std'
110 p3 = std::move( p2 );
111 ~~~~~^
112shared_ptr_move_test.cpp:83:19: error: no member named 'move' in namespace 'std'
113 p2 = std::move( p );
114 ~~~~~^
115shared_ptr_move_test.cpp:89:19: error: no member named 'move' in namespace 'std'
116 p3 = std::move( p2 );
117 ~~~~~^
1186 errors generated.
119
120 "/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"
121
122...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...
123...skipped <p../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug>shared_ptr_move_test for lack of <p../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug>shared_ptr_move_test.o...
124...skipped <p../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug>shared_ptr_move_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/shared_ptr_move_test.test/clang-darwin-3.1x/debug>shared_ptr_move_test...
125clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug/make_shared_test.o
126In file included from make_shared_test.cpp:10:
127In file included from ../../../boost/make_shared.hpp:15:
128In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
129../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
130 d2->construct(p2, n1, std::forward<Args>(args)...);
131 ~~~~~^
132../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
133 d2->construct(p2, n1, std::forward<Args>(args)...);
134 ^
135../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
136 template<typename T, typename... Args>
137 ^
138../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
139 d2->construct(p2, n1, std::forward<Args>(args)...);
140 ~~~~~^
141../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
142 d2->construct(p2, n1, std::forward<Args>(args)...);
143 ^
144../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
145 template<typename T, typename... Args>
146 ^
147In file included from make_shared_test.cpp:10:
148In file included from ../../../boost/make_shared.hpp:15:
149In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
150../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
151 d2->construct(p2, n1, std::forward<Args>(args)...);
152 ~~~~~^
153../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
154 d2->construct(p2, n1, std::forward<Args>(args)...);
155 ^
156../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
157 template<typename T, typename A, typename... Args>
158 ^
159../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
160 d2->construct(p2, n1, std::forward<Args>(args)...);
161 ~~~~~^
162../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
163 d2->construct(p2, n1, std::forward<Args>(args)...);
164 ^
165../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
166 template<typename T, typename A, typename... Args>
167 ^
1688 errors generated.
169
170 "/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"
171
172...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug/make_shared_test.o...
173...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug>make_shared_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug>make_shared_test.o...
174...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug>make_shared_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_test.test/clang-darwin-3.1x/debug>make_shared_test...
175clang-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
176In file included from make_shared_perfect_forwarding_test.cpp:12:
177In file included from ../../../boost/make_shared.hpp:15:
178In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
179../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
180 d2->construct(p2, n1, std::forward<Args>(args)...);
181 ~~~~~^
182../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
183 d2->construct(p2, n1, std::forward<Args>(args)...);
184 ^
185../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
186 template<typename T, typename... Args>
187 ^
188../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
189 d2->construct(p2, n1, std::forward<Args>(args)...);
190 ~~~~~^
191../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
192 d2->construct(p2, n1, std::forward<Args>(args)...);
193 ^
194../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
195 template<typename T, typename... Args>
196 ^
197In file included from make_shared_perfect_forwarding_test.cpp:12:
198In file included from ../../../boost/make_shared.hpp:15:
199In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
200../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
201 d2->construct(p2, n1, std::forward<Args>(args)...);
202 ~~~~~^
203../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
204 d2->construct(p2, n1, std::forward<Args>(args)...);
205 ^
206../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
207 template<typename T, typename A, typename... Args>
208 ^
209../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
210 d2->construct(p2, n1, std::forward<Args>(args)...);
211 ~~~~~^
212../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
213 d2->construct(p2, n1, std::forward<Args>(args)...);
214 ^
215../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
216 template<typename T, typename A, typename... Args>
217 ^
2188 errors generated.
219
220 "/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"
221
222...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...
223...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug>make_shared_perfect_forwarding_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug>make_shared_perfect_forwarding_test.o...
224...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug>make_shared_perfect_forwarding_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_perfect_forwarding_test.test/clang-darwin-3.1x/debug>make_shared_perfect_forwarding_test...
225clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug/allocate_shared_test.o
226In file included from allocate_shared_test.cpp:10:
227In file included from ../../../boost/make_shared.hpp:15:
228In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
229../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
230 d2->construct(p2, n1, std::forward<Args>(args)...);
231 ~~~~~^
232../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
233 d2->construct(p2, n1, std::forward<Args>(args)...);
234 ^
235../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
236 template<typename T, typename... Args>
237 ^
238../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
239 d2->construct(p2, n1, std::forward<Args>(args)...);
240 ~~~~~^
241../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
242 d2->construct(p2, n1, std::forward<Args>(args)...);
243 ^
244../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
245 template<typename T, typename... Args>
246 ^
247In file included from allocate_shared_test.cpp:10:
248In file included from ../../../boost/make_shared.hpp:15:
249In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
250../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
251 d2->construct(p2, n1, std::forward<Args>(args)...);
252 ~~~~~^
253../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
254 d2->construct(p2, n1, std::forward<Args>(args)...);
255 ^
256../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
257 template<typename T, typename A, typename... Args>
258 ^
259../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
260 d2->construct(p2, n1, std::forward<Args>(args)...);
261 ~~~~~^
262../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
263 d2->construct(p2, n1, std::forward<Args>(args)...);
264 ^
265../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
266 template<typename T, typename A, typename... Args>
267 ^
2688 errors generated.
269
270 "/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"
271
272...failed clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug/allocate_shared_test.o...
273...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug>allocate_shared_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug>allocate_shared_test.o...
274...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug>allocate_shared_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_test.test/clang-darwin-3.1x/debug>allocate_shared_test...
275clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug/make_shared_esft_test.o
276In file included from make_shared_esft_test.cpp:10:
277In file included from ../../../boost/make_shared.hpp:15:
278In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
279../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
280 d2->construct(p2, n1, std::forward<Args>(args)...);
281 ~~~~~^
282../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
283 d2->construct(p2, n1, std::forward<Args>(args)...);
284 ^
285../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
286 template<typename T, typename... Args>
287 ^
288../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
289 d2->construct(p2, n1, std::forward<Args>(args)...);
290 ~~~~~^
291../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
292 d2->construct(p2, n1, std::forward<Args>(args)...);
293 ^
294../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
295 template<typename T, typename... Args>
296 ^
297In file included from make_shared_esft_test.cpp:10:
298In file included from ../../../boost/make_shared.hpp:15:
299In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
300../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
301 d2->construct(p2, n1, std::forward<Args>(args)...);
302 ~~~~~^
303../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
304 d2->construct(p2, n1, std::forward<Args>(args)...);
305 ^
306../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
307 template<typename T, typename A, typename... Args>
308 ^
309../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
310 d2->construct(p2, n1, std::forward<Args>(args)...);
311 ~~~~~^
312../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
313 d2->construct(p2, n1, std::forward<Args>(args)...);
314 ^
315../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
316 template<typename T, typename A, typename... Args>
317 ^
3188 errors generated.
319
320 "/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"
321
322...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...
323...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug>make_shared_esft_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug>make_shared_esft_test.o...
324...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug>make_shared_esft_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_esft_test.test/clang-darwin-3.1x/debug>make_shared_esft_test...
325clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug/allocate_shared_esft_test.o
326In file included from allocate_shared_esft_test.cpp:10:
327In file included from ../../../boost/make_shared.hpp:15:
328In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
329../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
330 d2->construct(p2, n1, std::forward<Args>(args)...);
331 ~~~~~^
332../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
333 d2->construct(p2, n1, std::forward<Args>(args)...);
334 ^
335../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
336 template<typename T, typename... Args>
337 ^
338../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
339 d2->construct(p2, n1, std::forward<Args>(args)...);
340 ~~~~~^
341../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
342 d2->construct(p2, n1, std::forward<Args>(args)...);
343 ^
344../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
345 template<typename T, typename... Args>
346 ^
347In file included from allocate_shared_esft_test.cpp:10:
348In file included from ../../../boost/make_shared.hpp:15:
349In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
350../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
351 d2->construct(p2, n1, std::forward<Args>(args)...);
352 ~~~~~^
353../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
354 d2->construct(p2, n1, std::forward<Args>(args)...);
355 ^
356../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
357 template<typename T, typename A, typename... Args>
358 ^
359../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
360 d2->construct(p2, n1, std::forward<Args>(args)...);
361 ~~~~~^
362../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
363 d2->construct(p2, n1, std::forward<Args>(args)...);
364 ^
365../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
366 template<typename T, typename A, typename... Args>
367 ^
3688 errors generated.
369
370 "/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"
371
372...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...
373...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_esft_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_esft_test.o...
374...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_esft_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_esft_test...
375clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_fp_test.test/clang-darwin-3.1x/debug/make_shared_fp_test.o
376In file included from make_shared_fp_test.cpp:13:
377In file included from ../../../boost/make_shared.hpp:15:
378In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
379../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
380 d2->construct(p2, n1, std::forward<Args>(args)...);
381 ~~~~~^
382../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
383 d2->construct(p2, n1, std::forward<Args>(args)...);
384 ^
385../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
386 template<typename T, typename... Args>
387 ^
388../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
389 d2->construct(p2, n1, std::forward<Args>(args)...);
390 ~~~~~^
391../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
392 d2->construct(p2, n1, std::forward<Args>(args)...);
393 ^
394../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
395 template<typename T, typename... Args>
396 ^
397In file included from make_shared_fp_test.cpp:13:
398In file included from ../../../boost/make_shared.hpp:15:
399In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
400../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
401 d2->construct(p2, n1, std::forward<Args>(args)...);
402 ~~~~~^
403../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
404 d2->construct(p2, n1, std::forward<Args>(args)...);
405 ^
406../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
407 template<typename T, typename A, typename... Args>
408 ^
409../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
410 d2->construct(p2, n1, std::forward<Args>(args)...);
411 ~~~~~^
412../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
413 d2->construct(p2, n1, std::forward<Args>(args)...);
414 ^
415../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
416 template<typename T, typename A, typename... Args>
417 ^
418make_shared_fp_test.cpp:18:8: warning: unused variable 'fp' [-Wunused-variable]
419 FP fp = boost::make_shared<int>;
420 ^
4211 warning and 8 errors generated.
422
423 "/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"
424
425...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...
426clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug/make_shared_array_test.o
427In file included from make_shared_array_test.cpp:10:
428../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
429 d2->construct(p2, n1, std::forward<Args>(args)...);
430 ~~~~~^
431../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
432 d2->construct(p2, n1, std::forward<Args>(args)...);
433 ^
434../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
435 template<typename T, typename... Args>
436 ^
437../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
438 d2->construct(p2, n1, std::forward<Args>(args)...);
439 ~~~~~^
440../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
441 d2->construct(p2, n1, std::forward<Args>(args)...);
442 ^
443../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
444 template<typename T, typename... Args>
445 ^
4464 errors generated.
447
448 "/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"
449
450...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...
451...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug>make_shared_array_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug>make_shared_array_test.o...
452...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug>make_shared_array_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_test.test/clang-darwin-3.1x/debug>make_shared_array_test...
453clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug/make_shared_arrays_test.o
454In file included from make_shared_arrays_test.cpp:10:
455../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
456 d2->construct(p2, n1, std::forward<Args>(args)...);
457 ~~~~~^
458../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
459 d2->construct(p2, n1, std::forward<Args>(args)...);
460 ^
461../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
462 template<typename T, typename... Args>
463 ^
464../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
465 d2->construct(p2, n1, std::forward<Args>(args)...);
466 ~~~~~^
467../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
468 d2->construct(p2, n1, std::forward<Args>(args)...);
469 ^
470../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
471 template<typename T, typename... Args>
472 ^
4734 errors generated.
474
475 "/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"
476
477...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...
478...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug>make_shared_arrays_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug>make_shared_arrays_test.o...
479...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug>make_shared_arrays_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_test.test/clang-darwin-3.1x/debug>make_shared_arrays_test...
480clang-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
481In file included from make_shared_array_create_test.cpp:10:
482../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
483 d2->construct(p2, n1, std::forward<Args>(args)...);
484 ~~~~~^
485../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
486 d2->construct(p2, n1, std::forward<Args>(args)...);
487 ^
488../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
489 template<typename T, typename... Args>
490 ^
491../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
492 d2->construct(p2, n1, std::forward<Args>(args)...);
493 ~~~~~^
494../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
495 d2->construct(p2, n1, std::forward<Args>(args)...);
496 ^
497../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
498 template<typename T, typename... Args>
499 ^
5004 errors generated.
501
502 "/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"
503
504...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...
505...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug>make_shared_array_create_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug>make_shared_array_create_test.o...
506...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug>make_shared_array_create_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_create_test.test/clang-darwin-3.1x/debug>make_shared_array_create_test...
507clang-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
508In file included from make_shared_array_init_test.cpp:10:
509../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
510 d2->construct(p2, n1, std::forward<Args>(args)...);
511 ~~~~~^
512../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
513 d2->construct(p2, n1, std::forward<Args>(args)...);
514 ^
515../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
516 template<typename T, typename... Args>
517 ^
518../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
519 d2->construct(p2, n1, std::forward<Args>(args)...);
520 ~~~~~^
521../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
522 d2->construct(p2, n1, std::forward<Args>(args)...);
523 ^
524../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
525 template<typename T, typename... Args>
526 ^
5274 errors generated.
528
529 "/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"
530
531...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...
532...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug>make_shared_array_init_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug>make_shared_array_init_test.o...
533...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug>make_shared_array_init_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_init_test.test/clang-darwin-3.1x/debug>make_shared_array_init_test...
534clang-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
535In file included from make_shared_arrays_create_test.cpp:10:
536../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
537 d2->construct(p2, n1, std::forward<Args>(args)...);
538 ~~~~~^
539../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
540 d2->construct(p2, n1, std::forward<Args>(args)...);
541 ^
542../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
543 template<typename T, typename... Args>
544 ^
545../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
546 d2->construct(p2, n1, std::forward<Args>(args)...);
547 ~~~~~^
548../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
549 d2->construct(p2, n1, std::forward<Args>(args)...);
550 ^
551../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
552 template<typename T, typename... Args>
553 ^
5544 errors generated.
555
556 "/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"
557
558...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...
559...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug>make_shared_arrays_create_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug>make_shared_arrays_create_test.o...
560...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug>make_shared_arrays_create_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_arrays_create_test.test/clang-darwin-3.1x/debug>make_shared_arrays_create_test...
561clang-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
562In file included from make_shared_array_throws_test.cpp:10:
563../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
564 d2->construct(p2, n1, std::forward<Args>(args)...);
565 ~~~~~^
566../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
567 d2->construct(p2, n1, std::forward<Args>(args)...);
568 ^
569../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
570 template<typename T, typename... Args>
571 ^
572../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
573 d2->construct(p2, n1, std::forward<Args>(args)...);
574 ~~~~~^
575../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
576 d2->construct(p2, n1, std::forward<Args>(args)...);
577 ^
578../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
579 template<typename T, typename... Args>
580 ^
5814 errors generated.
582
583 "/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"
584
585...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...
586...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug>make_shared_array_throws_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug>make_shared_array_throws_test.o...
587...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug>make_shared_array_throws_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_throws_test.test/clang-darwin-3.1x/debug>make_shared_array_throws_test...
588clang-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
589In file included from make_shared_array_esft_test.cpp:11:
590../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
591 d2->construct(p2, n1, std::forward<Args>(args)...);
592 ~~~~~^
593../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
594 d2->construct(p2, n1, std::forward<Args>(args)...);
595 ^
596../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
597 template<typename T, typename... Args>
598 ^
599../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
600 d2->construct(p2, n1, std::forward<Args>(args)...);
601 ~~~~~^
602../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
603 d2->construct(p2, n1, std::forward<Args>(args)...);
604 ^
605../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
606 template<typename T, typename... Args>
607 ^
6084 errors generated.
609
610 "/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"
611
612...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...
613...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug>make_shared_array_esft_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug>make_shared_array_esft_test.o...
614...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug>make_shared_array_esft_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_esft_test.test/clang-darwin-3.1x/debug>make_shared_array_esft_test...
615clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug/allocate_shared_array_test.o
616In file included from allocate_shared_array_test.cpp:10:
617../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
618 d2->construct(p2, n1, std::forward<Args>(args)...);
619 ~~~~~^
620../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
621 d2->construct(p2, n1, std::forward<Args>(args)...);
622 ^
623../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
624 template<typename T, typename A, typename... Args>
625 ^
626../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
627 d2->construct(p2, n1, std::forward<Args>(args)...);
628 ~~~~~^
629../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
630 d2->construct(p2, n1, std::forward<Args>(args)...);
631 ^
632../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
633 template<typename T, typename A, typename... Args>
634 ^
6354 errors generated.
636
637 "/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"
638
639...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...
640...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug>allocate_shared_array_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug>allocate_shared_array_test.o...
641...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug>allocate_shared_array_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_test.test/clang-darwin-3.1x/debug>allocate_shared_array_test...
642clang-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
643In file included from make_shared_array_args_test.cpp:10:
644In file included from ../../../boost/make_shared.hpp:15:
645In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
646../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
647 d2->construct(p2, n1, std::forward<Args>(args)...);
648 ~~~~~^
649../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
650 d2->construct(p2, n1, std::forward<Args>(args)...);
651 ^
652../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
653 template<typename T, typename... Args>
654 ^
655../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
656 d2->construct(p2, n1, std::forward<Args>(args)...);
657 ~~~~~^
658../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
659 d2->construct(p2, n1, std::forward<Args>(args)...);
660 ^
661../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
662 template<typename T, typename... Args>
663 ^
664In file included from make_shared_array_args_test.cpp:10:
665In file included from ../../../boost/make_shared.hpp:15:
666In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
667../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
668 d2->construct(p2, n1, std::forward<Args>(args)...);
669 ~~~~~^
670../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
671 d2->construct(p2, n1, std::forward<Args>(args)...);
672 ^
673../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
674 template<typename T, typename A, typename... Args>
675 ^
676../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
677 d2->construct(p2, n1, std::forward<Args>(args)...);
678 ~~~~~^
679../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
680 d2->construct(p2, n1, std::forward<Args>(args)...);
681 ^
682../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
683 template<typename T, typename A, typename... Args>
684 ^
6858 errors generated.
686
687 "/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"
688
689...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...
690...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug>make_shared_array_args_test for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug>make_shared_array_args_test.o...
691...skipped <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug>make_shared_array_args_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/make_shared_array_args_test.test/clang-darwin-3.1x/debug>make_shared_array_args_test...
692clang-darwin.compile.c++ ../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug/allocate_shared_arrays_test.o
693In file included from allocate_shared_arrays_test.cpp:10:
694../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
695 d2->construct(p2, n1, std::forward<Args>(args)...);
696 ~~~~~^
697../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
698 d2->construct(p2, n1, std::forward<Args>(args)...);
699 ^
700../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
701 template<typename T, typename A, typename... Args>
702 ^
703../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
704 d2->construct(p2, n1, std::forward<Args>(args)...);
705 ~~~~~^
706../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
707 d2->construct(p2, n1, std::forward<Args>(args)...);
708 ^
709../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
710 template<typename T, typename A, typename... Args>
711 ^
7124 errors generated.
713
714 "/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"
715
716...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...
717...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_test.o...
718...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_test...
719clang-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
720In file included from allocate_shared_array_create_test.cpp:10:
721../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
722 d2->construct(p2, n1, std::forward<Args>(args)...);
723 ~~~~~^
724../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
725 d2->construct(p2, n1, std::forward<Args>(args)...);
726 ^
727../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
728 template<typename T, typename A, typename... Args>
729 ^
730../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
731 d2->construct(p2, n1, std::forward<Args>(args)...);
732 ~~~~~^
733../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
734 d2->construct(p2, n1, std::forward<Args>(args)...);
735 ^
736../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
737 template<typename T, typename A, typename... Args>
738 ^
7394 errors generated.
740
741 "/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"
742
743...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...
744...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug>allocate_shared_array_create_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug>allocate_shared_array_create_test.o...
745...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug>allocate_shared_array_create_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_create_test.test/clang-darwin-3.1x/debug>allocate_shared_array_create_test...
746clang-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
747In file included from allocate_shared_array_init_test.cpp:10:
748../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
749 d2->construct(p2, n1, std::forward<Args>(args)...);
750 ~~~~~^
751../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
752 d2->construct(p2, n1, std::forward<Args>(args)...);
753 ^
754../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
755 template<typename T, typename A, typename... Args>
756 ^
757../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
758 d2->construct(p2, n1, std::forward<Args>(args)...);
759 ~~~~~^
760../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
761 d2->construct(p2, n1, std::forward<Args>(args)...);
762 ^
763../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
764 template<typename T, typename A, typename... Args>
765 ^
7664 errors generated.
767
768 "/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"
769
770...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...
771...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug>allocate_shared_array_init_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug>allocate_shared_array_init_test.o...
772...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug>allocate_shared_array_init_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_init_test.test/clang-darwin-3.1x/debug>allocate_shared_array_init_test...
773clang-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
774In file included from allocate_shared_arrays_create_test.cpp:10:
775../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
776 d2->construct(p2, n1, std::forward<Args>(args)...);
777 ~~~~~^
778../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
779 d2->construct(p2, n1, std::forward<Args>(args)...);
780 ^
781../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
782 template<typename T, typename A, typename... Args>
783 ^
784../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
785 d2->construct(p2, n1, std::forward<Args>(args)...);
786 ~~~~~^
787../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
788 d2->construct(p2, n1, std::forward<Args>(args)...);
789 ^
790../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
791 template<typename T, typename A, typename... Args>
792 ^
7934 errors generated.
794
795 "/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"
796
797...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...
798...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_create_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_create_test.o...
799...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_create_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_arrays_create_test.test/clang-darwin-3.1x/debug>allocate_shared_arrays_create_test...
800clang-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
801In file included from allocate_shared_array_throws_test.cpp:10:
802../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
803 d2->construct(p2, n1, std::forward<Args>(args)...);
804 ~~~~~^
805../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
806 d2->construct(p2, n1, std::forward<Args>(args)...);
807 ^
808../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
809 template<typename T, typename A, typename... Args>
810 ^
811../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
812 d2->construct(p2, n1, std::forward<Args>(args)...);
813 ~~~~~^
814../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
815 d2->construct(p2, n1, std::forward<Args>(args)...);
816 ^
817../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
818 template<typename T, typename A, typename... Args>
819 ^
8204 errors generated.
821
822 "/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"
823
824...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...
825...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug>allocate_shared_array_throws_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug>allocate_shared_array_throws_test.o...
826...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug>allocate_shared_array_throws_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_throws_test.test/clang-darwin-3.1x/debug>allocate_shared_array_throws_test...
827clang-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
828In file included from allocate_shared_array_esft_test.cpp:10:
829../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
830 d2->construct(p2, n1, std::forward<Args>(args)...);
831 ~~~~~^
832../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
833 d2->construct(p2, n1, std::forward<Args>(args)...);
834 ^
835../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
836 template<typename T, typename A, typename... Args>
837 ^
838../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
839 d2->construct(p2, n1, std::forward<Args>(args)...);
840 ~~~~~^
841../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
842 d2->construct(p2, n1, std::forward<Args>(args)...);
843 ^
844../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
845 template<typename T, typename A, typename... Args>
846 ^
8474 errors generated.
848
849 "/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"
850
851...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...
852...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_array_esft_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_array_esft_test.o...
853...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_array_esft_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_esft_test.test/clang-darwin-3.1x/debug>allocate_shared_array_esft_test...
854clang-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
855In file included from allocate_shared_array_args_test.cpp:10:
856In file included from ../../../boost/make_shared.hpp:15:
857In file included from ../../../boost/smart_ptr/make_shared.hpp:18:
858../../../boost/smart_ptr/make_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
859 d2->construct(p2, n1, std::forward<Args>(args)...);
860 ~~~~~^
861../../../boost/smart_ptr/make_shared_array.hpp:54:44: error: 'Args' does not refer to a value
862 d2->construct(p2, n1, std::forward<Args>(args)...);
863 ^
864../../../boost/smart_ptr/make_shared_array.hpp:40:38: note: declared here
865 template<typename T, typename... Args>
866 ^
867../../../boost/smart_ptr/make_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
868 d2->construct(p2, n1, std::forward<Args>(args)...);
869 ~~~~~^
870../../../boost/smart_ptr/make_shared_array.hpp:71:44: error: 'Args' does not refer to a value
871 d2->construct(p2, n1, std::forward<Args>(args)...);
872 ^
873../../../boost/smart_ptr/make_shared_array.hpp:57:38: note: declared here
874 template<typename T, typename... Args>
875 ^
876In file included from allocate_shared_array_args_test.cpp:10:
877In file included from ../../../boost/make_shared.hpp:15:
878In file included from ../../../boost/smart_ptr/make_shared.hpp:19:
879../../../boost/smart_ptr/allocate_shared_array.hpp:54:36: error: no member named 'forward' in namespace 'std'
880 d2->construct(p2, n1, std::forward<Args>(args)...);
881 ~~~~~^
882../../../boost/smart_ptr/allocate_shared_array.hpp:54:44: error: 'Args' does not refer to a value
883 d2->construct(p2, n1, std::forward<Args>(args)...);
884 ^
885../../../boost/smart_ptr/allocate_shared_array.hpp:40:50: note: declared here
886 template<typename T, typename A, typename... Args>
887 ^
888../../../boost/smart_ptr/allocate_shared_array.hpp:71:36: error: no member named 'forward' in namespace 'std'
889 d2->construct(p2, n1, std::forward<Args>(args)...);
890 ~~~~~^
891../../../boost/smart_ptr/allocate_shared_array.hpp:71:44: error: 'Args' does not refer to a value
892 d2->construct(p2, n1, std::forward<Args>(args)...);
893 ^
894../../../boost/smart_ptr/allocate_shared_array.hpp:57:50: note: declared here
895 template<typename T, typename A, typename... Args>
896 ^
8978 errors generated.
898
899 "/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"
900
901...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...
902...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug>allocate_shared_array_args_test for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug>allocate_shared_array_args_test.o...
903...skipped <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug>allocate_shared_array_args_test.run for lack of <p../../../bin.v2/libs/smart_ptr/test/allocate_shared_array_args_test.test/clang-darwin-3.1x/debug>allocate_shared_array_args_test...
904...failed updating 26 targets...
905...skipped 76 targets...