Ticket #3226: compiler_output.txt

File compiler_output.txt, 2.0 KB (added by Jeffrey Hellrung <jhellrung@…>, 13 years ago)
Line 
11>------ Build started: Project: test, Configuration: Debug Win32 ------
21>Compiling...
31>main.cpp
41>E:\boost_1_39_0\boost/mpl/begin_end.hpp(35) : error C2903: 'apply' : symbol is neither a class template nor a function template
51> E:\boost_1_39_0\boost/mpl/fold.hpp(35) : see reference to class template instantiation 'boost::mpl::begin<Sequence>' being compiled
61> with
71> [
81> Sequence=fusion_vector_type
91> ]
101> .\main.cpp(13) : see reference to class template instantiation 'boost::mpl::fold<Sequence,State,ForwardOp>' being compiled
111> with
121> [
131> Sequence=fusion_vector_type,
141> State=void,
151> ForwardOp=boost::mpl::_1
161> ]
171>E:\boost_1_39_0\boost/mpl/begin_end.hpp(35) : error C2027: use of undefined type 'boost::mpl::begin_impl<boost::fusion::fusion_sequence_tag>'
181>E:\boost_1_39_0\boost/mpl/begin_end.hpp(35) : error C2059: syntax error : '<'
191>E:\boost_1_39_0\boost/mpl/begin_end.hpp(35) : error C2039: 'type' : is not a member of '`global namespace''
201>E:\boost_1_39_0\boost/mpl/begin_end.hpp(35) : error C2238: unexpected token(s) preceding ';'
211>E:\boost_1_39_0\boost/mpl/fold.hpp(35) : error C2039: 'type' : is not a member of 'boost::mpl::begin<Sequence>'
221> with
231> [
241> Sequence=fusion_vector_type
251> ]
261>E:\boost_1_39_0\boost/mpl/fold.hpp(36) : error C2146: syntax error : missing ',' before identifier 'type'
271>E:\boost_1_39_0\boost/mpl/fold.hpp(36) : error C2065: 'type' : undeclared identifier
281>E:\boost_1_39_0\boost/mpl/fold.hpp(39) : error C2955: 'boost::mpl::aux::fold_impl' : use of class template requires template argument list
291> E:\boost_1_39_0\boost/mpl/aux_/preprocessed/plain/fold_impl.hpp(131) : see declaration of 'boost::mpl::aux::fold_impl'
301>Build log was saved at "file://e:\Include\test\debug\BuildLog.htm"
311>test - 9 error(s), 0 warning(s)
32========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========