Guest User

Untitled

a guest
Jun 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. 2666: 'mat4::operator []' : 6 overloads have similar conversions
  2. c:\documents and settings\liranuna\desktop\source\mat4.h(51): could be 'const vec4 &mat4::operator [](size_t) const'
  3. c:\documents and settings\liranuna\desktop\source\mat4.h(47): or 'vec4 &mat4::operator [](size_t)'
  4. or 'built-in C++ operator[(float *, __w64 int)'
  5. or 'built-in C++ operator[(const float *, __w64 int)'
  6. or 'built-in C++ operator[(vec4 *, __w64 int)'
  7. or 'built-in C++ operator[(const vec4 *, __w64 int)'
  8. while trying to match the argument list '(mat4, int)'
Add Comment
Please, Sign In to add comment