| | Compiling...
example.cpp
c:\documents and settings\di liu\desktop\c++\example\example\small_functions.h(142) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\small_functions.h(143) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\small_functions.h(155) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\treelet.h(132) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\treelet.h(197) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\treelet.h(202) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\treelet.h(205) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\treelet.h(347) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\example\example.cpp(44) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(94) : warning C4996: 'std::uninitialized_copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
c:\program files\microsoft visual studio 9.0\vc\include\memory(100) : see declaration of 'std::uninitialized_copy'
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(89) : while compiling class template member function 'boost::numeric::ublas::unbounded_array::unbounded_array(const boost::numeric::ublas::unbounded_array &)'
with
[
T=double
]
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\matrix.hpp(73) : see reference to class template instantiation 'boost::numeric::ublas::unbounded_array' being compiled
with
[
T=double
]
c:\documents and settings\di liu\desktop\c++\example\example\small_functions.h(33) : see reference to class template instantiation 'boost::numeric::ublas::matrix' being compiled
with
[
T=double
]
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(204) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
c:\program files\microsoft visual studio 9.0\vc\include\xutility(2576) : see declaration of 'std::copy'
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(201) : while compiling class template member function 'boost::numeric::ublas::unbounded_array &boost::numeric::ublas::unbounded_array::operator =(const boost::numeric::ublas::unbounded_array &)'
with
[
T=double
]
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(94) : warning C4996: 'std::uninitialized_copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
c:\program files\microsoft visual studio 9.0\vc\include\memory(100) : see declaration of 'std::uninitialized_copy'
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(89) : while compiling class template member function 'boost::numeric::ublas::unbounded_array::unbounded_array(const boost::numeric::ublas::unbounded_array &)'
with
[
T=int
]
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\vector.hpp(36) : see reference to class template instantiation 'boost::numeric::ublas::unbounded_array' being compiled
with
[
T=int
]
c:\documents and settings\di liu\desktop\c++\example\example\small_functions.h(182) : see reference to class template instantiation 'boost::numeric::ublas::vector' being compiled
with
[
T=int
]
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(204) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
c:\program files\microsoft visual studio 9.0\vc\include\xutility(2576) : see declaration of 'std::copy'
c:\documents and settings\di liu\desktop\c++\example\boost\boost\numeric\ublas\storage.hpp(201) : while compiling class template member function 'boost::numeric::ublas::unbounded_array &boost::numeric::ublas::unbounded_array::operator =(const boost::numeric::ublas::unbounded_array &)'
with
[
T=int
]
Linking...
Embedding manifest...
|