||=== Build: Debug in Math (compiler: GNU GCC Compiler) ===|
E:\Math\src\Matrix3f.cpp||In constructor 'Matrix3f::Matrix3f(const std::vector<float>&)':|
E:\Math\src\Matrix3f.cpp|6|warning: 'Matrix3f::m_elements' should be initialized in the member initialization list [-Weffc++]|
E:\Math\src\Matrix3f.cpp|10|error: no match for 'operator[]' in '((Matrix3f*)this)->Matrix3f::m_elements[i]'|
E:\Math\src\Matrix3f.cpp|10|note: candidates are:|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::reference = float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) const [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::const_reference = const float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
E:\Math\src\Matrix3f.cpp|10|error: no match for 'operator[]' in 'content[i]'|
E:\Math\src\Matrix3f.cpp|10|note: candidates are:|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::reference = float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) const [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::const_reference = const float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
E:\Math\src\Matrix3f.cpp|14|warning: 'Matrix3f::m_elements' should be initialized in the member initialization list [-Weffc++]|
E:\Math\src\Matrix3f.cpp|18|error: no match for 'operator[]' in '((Matrix3f*)this)->Matrix3f::m_elements[i]'|
E:\Math\src\Matrix3f.cpp|18|note: candidates are:|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::reference = float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) const [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::const_reference = const float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
E:\Math\src\Matrix3f.cpp|18|error: expected unqualified-id before '[' token|
E:\Math\src\Matrix3f.cpp||In member function 'Matrix3f& Matrix3f::operator=(const Matrix3f&)':|
E:\Math\src\Matrix3f.cpp|27|error: no match for 'operator[]' in '((Matrix3f*)this)->Matrix3f::m_elements[i]'|
E:\Math\src\Matrix3f.cpp|27|note: candidates are:|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::reference = float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|750|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) const [with _Tp = float; _Alloc = std::allocator<float>; std::vector<_Tp, _Alloc>::const_reference = const float&; std::vector<_Tp, _Alloc>::size_type = unsigned int]|
e:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\stl_vector.h|765|note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const float*, std::vector<float> >' to 'std::vector<float>::size_type {aka unsigned int}'|
E:\Math\src\Matrix3f.cpp|27|error: expected unqualified-id before '[' token|
||=== Build failed: 6 error(s), 2 warning(s) (0 minute(s), 0 second(s)) ===|
|