Ticket #1974: gvov.log

File gvov.log, 2.5 KB (added by sspa9999@…, 9 years ago)

compiler error log

Line 
1Microsoft (R) C/C++ Optimizing Compiler Version 17.00.60610.1 for x86
2Copyright (C) Microsoft Corporation. All rights reserved.
3gvov.cpp
4C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xlocale(336) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
5Y:\boost\boost/numeric/ublas/vector_of_vector.hpp(326) : error C2668: 'boost::numeric::ublas::ref' : ambiguous call to overloaded function
6 Y:\boost\boost/numeric/ublas/vector_sparse.hpp(174): could be 'boost::numeric::ublas::compressed_vector<T> &boost::numeric::ublas::ref<boost::numeric::ublas::compressed_vector<T>>(VER &)'
7 with
8 [
9 T=double,
10 VER=boost::numeric::ublas::compressed_vector<double>
11 ]
12 C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xrefwrap(881): or 'std::reference_wrapper<_Ty> std::ref<T>(_Ty &) throw()' [found using argument-dependent lookup]
13 with
14 [
15 _Ty=boost::numeric::ublas::compressed_vector<double>,
16 T=boost::numeric::ublas::compressed_vector<double>
17 ]
18 while trying to match the argument list '(boost::numeric::ublas::compressed_vector<T>)'
19 with
20 [
21 T=double
22 ]
23 Y:\boost\boost/numeric/ublas/vector_of_vector.hpp(322) : while compiling class template member function 'void boost::numeric::ublas::generalized_vector_of_vector<T,L,A>::clear(void)'
24 with
25 [
26 T=double,
27 L=boost::numeric::ublas::row_major,
28 A=boost::numeric::ublas::vector<boost::numeric::ublas::compressed_vector<double>>
29 ]
30 gvov.cpp(9) : see reference to function template instantiation 'void boost::numeric::ublas::generalized_vector_of_vector<T,L,A>::clear(void)' being compiled
31 with
32 [
33 T=double,
34 L=boost::numeric::ublas::row_major,
35 A=boost::numeric::ublas::vector<boost::numeric::ublas::compressed_vector<double>>
36 ]
37 gvov.cpp(8) : see reference to class template instantiation 'boost::numeric::ublas::generalized_vector_of_vector<T,L,A>' being compiled
38 with
39 [
40 T=double,
41 L=boost::numeric::ublas::row_major,
42 A=boost::numeric::ublas::vector<boost::numeric::ublas::compressed_vector<double>>
43 ]
44Y:\boost\boost/numeric/ublas/vector_of_vector.hpp(326) : error C2228: left of '.clear' must have class/struct/union