Ticket #6276: boost-is-sorted-build.log

File boost-is-sorted-build.log, 17.2 KB (added by JonT <jon@…>, 11 years ago)

build log of compile errors

Line 
11>------ Build started: Project: tb, Configuration: Debug Win32 ------
21>Build started 12/16/2011 12:57:08 PM.
31>ClCompile:
41> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
51> Copyright (C) Microsoft Corporation. All rights reserved.
61>
71> cl /c /ZI /nologo- /W4 /WX- /Od /Oy- /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt "boost-is-sorted.cpp"
81>cl : Command line warning D9035: option 'nologo-' has been deprecated and will be removed in a future release
91>
101> boost-is-sorted.cpp
111>c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63): error C2039: 'type' : is not a member of 'boost::mpl::eval_if_c<C,F1,F2>'
121> with
131> [
141> C=true,
151> F1=boost::range_const_iterator<std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>>,
161> F2=boost::range_mutable_iterator<const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>>
171> ]
181> c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(256) : see reference to class template instantiation 'boost::range_iterator<C>' being compiled
191> with
201> [
211> C=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
221> ]
231> c:\ccviews\git\boost-svn.git\boost\concept\detail\has_constraints.hpp(42) : see reference to class template instantiation 'boost::SinglePassRangeConcept<T>' being compiled
241> with
251> [
261> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
271> ]
281> c:\ccviews\git\boost-svn.git\boost\concept\detail\msvc.hpp(58) : see reference to class template instantiation 'boost::concepts::not_satisfied<Model>' being compiled
291> with
301> [
311> Model=boost::SinglePassRangeConcept<const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>>
321> ]
331> c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(44) : see reference to class template instantiation 'boost::concepts::require<Model>' being compiled
341> with
351> [
361> Model=boost::SinglePassRangeConcept<const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>>
371> ]
381> c:\temp\tb\boost-is-sorted.cpp(13) : see reference to function template instantiation 'bool boost::range::is_sorted<std::_Vector_iterator<_Myvec>,std::_Vector_iterator<_Myvec>>(const SinglePassRange &,BinaryPredicate)' being compiled
391> with
401> [
411> _Myvec=std::_Vector_val<double,std::allocator<double>>,
421> SinglePassRange=std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>,
431> BinaryPredicate=std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
441> ]
451>c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63): error C2146: syntax error : missing ';' before identifier 'type'
461>c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
471>c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63): error C2602: 'boost::range_iterator<C>::type' is not a member of a base class of 'boost::range_iterator<C>'
481> with
491> [
501> C=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
511> ]
521> c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63) : see declaration of 'boost::range_iterator<C>::type'
531> with
541> [
551> C=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
561> ]
571>c:\ccviews\git\boost-svn.git\boost\range\iterator.hpp(63): error C2868: 'boost::range_iterator<C>::type' : illegal syntax for using-declaration; expected qualified-name
581> with
591> [
601> C=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
611> ]
621>c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41): error C2516: 'boost::mpl::if_<T1,T2,T3>::type' : is not a legal base class
631> with
641> [
651> T1=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,
661> T2=boost::mpl::identity<boost::incrementable_traversal_tag>,
671> T3=void
681> ]
691> c:\ccviews\git\boost-svn.git\boost\mpl\if.hpp(70) : see declaration of 'boost::mpl::if_<T1,T2,T3>::type'
701> with
711> [
721> T1=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,
731> T2=boost::mpl::identity<boost::incrementable_traversal_tag>,
741> T3=void
751> ]
761> c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
771> with
781> [
791> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,
801> F1=boost::mpl::identity<boost::incrementable_traversal_tag>,
811> F2=void
821> ]
831> c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
841> with
851> [
861> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::input_iterator_tag>,
871> F1=boost::mpl::identity<boost::single_pass_traversal_tag>,
881> F2=boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,boost::mpl::identity<boost::incrementable_traversal_tag>,void>
891> ]
901> c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
911> with
921> [
931> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::forward_iterator_tag>,
941> F1=boost::mpl::identity<boost::forward_traversal_tag>,
951> F2=boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,boost::mpl::identity<boost::incrementable_traversal_tag>,void>>
961> ]
971> c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
981> with
991> [
1001> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::bidirectional_iterator_tag>,
1011> F1=boost::mpl::identity<boost::bidirectional_traversal_tag>,
1021> F2=boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::forward_iterator_tag>,boost::mpl::identity<boost::forward_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,boost::mpl::identity<boost::incrementable_traversal_tag>,void>>>
1031> ]
1041> c:\ccviews\git\boost-svn.git\boost\iterator\iterator_categories.hpp(98) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
1051> with
1061> [
1071> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,std::random_access_iterator_tag>,
1081> F1=boost::mpl::identity<boost::random_access_traversal_tag>,
1091> F2=boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::bidirectional_iterator_tag>,boost::mpl::identity<boost::bidirectional_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::forward_iterator_tag>,boost::mpl::identity<boost::forward_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::input_iterator_tag>,boost::mpl::identity<boost::single_pass_traversal_tag>,boost::mpl::eval_if<boost::is_convertible<std::iterator_traits<int>::iterator_category,std::output_iterator_tag>,boost::mpl::identity<boost::incrementable_traversal_tag>,void>>>>
1101> ]
1111> c:\ccviews\git\boost-svn.git\boost\mpl\eval_if.hpp(41) : see reference to class template instantiation 'boost::detail::old_category_to_traversal<Cat>' being compiled
1121> with
1131> [
1141> Cat=std::iterator_traits<int>::iterator_category
1151> ]
1161> c:\ccviews\git\boost-svn.git\boost\iterator\iterator_categories.hpp(155) : see reference to class template instantiation 'boost::mpl::eval_if<C,F1,F2>' being compiled
1171> with
1181> [
1191> C=boost::is_convertible<std::iterator_traits<int>::iterator_category,boost::incrementable_traversal_tag>,
1201> F1=boost::mpl::identity<std::iterator_traits<int>::iterator_category>,
1211> F2=boost::detail::old_category_to_traversal<std::iterator_traits<int>::iterator_category>
1221> ]
1231> c:\ccviews\git\boost-svn.git\boost\iterator\iterator_categories.hpp(163) : see reference to class template instantiation 'boost::iterator_category_to_traversal<Cat>' being compiled
1241> with
1251> [
1261> Cat=std::iterator_traits<int>::iterator_category
1271> ]
1281> c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(116) : see reference to class template instantiation 'boost::iterator_traversal<Iterator>' being compiled
1291> with
1301> [
1311> Iterator=int
1321> ]
1331> c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(137) : see reference to class template instantiation 'boost::range_detail::IncrementableIteratorConcept<Iterator>' being compiled
1341> with
1351> [
1361> Iterator=int
1371> ]
1381> c:\ccviews\git\boost-svn.git\boost\concept\detail\has_constraints.hpp(42) : see reference to class template instantiation 'boost::range_detail::SinglePassIteratorConcept<Iterator>' being compiled
1391> with
1401> [
1411> Iterator=int
1421> ]
1431> c:\ccviews\git\boost-svn.git\boost\concept\detail\msvc.hpp(58) : see reference to class template instantiation 'boost::concepts::not_satisfied<Model>' being compiled
1441> with
1451> [
1461> Model=boost::range_detail::SinglePassIteratorConcept<int>
1471> ]
1481> c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(259) : see reference to class template instantiation 'boost::concepts::require<Model>' being compiled
1491> with
1501> [
1511> Model=boost::range_detail::SinglePassIteratorConcept<int>
1521> ]
1531>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(116): error C2039: 'type' : is not a member of 'boost::iterator_traversal<Iterator>'
1541> with
1551> [
1561> Iterator=int
1571> ]
1581>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(116): error C2146: syntax error : missing ';' before identifier 'traversal_category'
1591>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(116): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1601>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(116): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1611>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(118): error C2065: 'traversal_category' : undeclared identifier
1621>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(118): error C2065: 'traversal_category' : undeclared identifier
1631>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(118): error C2893: Failed to specialize function template 'boost::concepts::require<Model> boost::concepts::require_(void (__cdecl *)(Model))'
1641> With the following template arguments:
1651> 'boost::Convertible'
1661>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(118): error C2056: illegal expression
1671>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2146: syntax error : missing ',' before identifier 'traversal_category'
1681>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2065: 'traversal_category' : undeclared identifier
1691>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2146: syntax error : missing ',' before identifier 'traversal_category'
1701>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2065: 'traversal_category' : undeclared identifier
1711>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2893: Failed to specialize function template 'boost::concepts::require<Model> boost::concepts::require_(void (__cdecl *)(Model))'
1721> With the following template arguments:
1731> 'boost::Convertible'
1741>c:\ccviews\git\boost-svn.git\boost\range\concepts.hpp(140): error C2056: illegal expression
1751>c:\ccviews\git\boost-svn.git\boost\iterator\iterator_traits.hpp(30): error C2039: 'value_type' : is not a member of 'boost::detail::iterator_traits<Iterator>'
1761> with
1771> [
1781> Iterator=int
1791> ]
1801> c:\ccviews\git\boost-svn.git\boost\range\value_type.hpp(31) : see reference to class template instantiation 'boost::iterator_value<Iterator>' being compiled
1811> with
1821> [
1831> Iterator=int
1841> ]
1851> c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45) : see reference to class template instantiation 'boost::range_value<T>' being compiled
1861> with
1871> [
1881> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
1891> ]
1901>c:\ccviews\git\boost-svn.git\boost\iterator\iterator_traits.hpp(30): error C2146: syntax error : missing ';' before identifier 'type'
1911>c:\ccviews\git\boost-svn.git\boost\iterator\iterator_traits.hpp(30): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1921>c:\ccviews\git\boost-svn.git\boost\iterator\iterator_traits.hpp(30): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1931>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2039: 'type' : is not a member of 'boost::range_value<T>'
1941> with
1951> [
1961> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
1971> ]
1981>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2146: syntax error : missing ',' before identifier 'type'
1991>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2065: 'type' : undeclared identifier
2001>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2039: 'type' : is not a member of 'boost::range_value<T>'
2011> with
2021> [
2031> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
2041> ]
2051>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2146: syntax error : missing ',' before identifier 'type'
2061>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2065: 'type' : undeclared identifier
2071>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2039: 'type' : is not a member of 'boost::range_value<T>'
2081> with
2091> [
2101> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
2111> ]
2121>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2146: syntax error : missing ',' before identifier 'type'
2131>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2065: 'type' : undeclared identifier
2141>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2039: 'type' : is not a member of 'boost::range_value<T>'
2151> with
2161> [
2171> T=const std::_Vector_iterator<std::_Vector_val<double,std::allocator<double>>>
2181> ]
2191>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2146: syntax error : missing ',' before identifier 'type'
2201>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2065: 'type' : undeclared identifier
2211>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2893: Failed to specialize function template 'boost::concepts::require<Model> boost::concepts::require_(void (__cdecl *)(Model))'
2221> With the following template arguments:
2231> 'boost::BinaryPredicateConcept'
2241>c:\ccviews\git\boost-svn.git\boost\range\algorithm_ext\is_sorted.hpp(45): error C2056: illegal expression
2251>
2261>Build FAILED.
2271>
228Time Elapsed 00:00:02.18
229========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========