Guest User

Untitled

a guest
Jun 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. source/main.cpp: In function ‘int main()’:
  2. source/main.cpp:17: error: ambiguous overload for ‘operator[]’ in ‘test[0]’
  3. source/main.cpp:17: note: candidates are: operator[](float*, long int) <built-in>
  4. source/main.cpp:17: note: operator[](const float*, long int) <built-in>
  5. source/main.cpp:17: note: operator[](vec4*, long int) <built-in>
  6. source/main.cpp:17: note: operator[](const vec4*, long int) <built-in>
Add Comment
Please, Sign In to add comment