Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2010
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. c:\program files (x86)\microsoft visual studio 10.0\vc\include\xmemory(208): error C2075: 'Target of operator new()' : array initialization needs curly braces
  2. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\xmemory(280) : see reference to function template instantiation 'void std::allocator<_Ty>::construct<float(&)[3]>(float (*)[3],_Other)' being compiled
  3. 1> with
  4. 1> [
  5. 1> _Ty=M3DVector3f ,
  6. 1> _Other=float (&)[3]
  7. 1> ]
  8. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\vector(985) : see reference to function template instantiation 'void std::_Cons_val<std::allocator<_Ty>,float[3],float(&)[3]>(_Alloc &,_Ty1 (*),_Ty2)' being compiled
  9. 1> with
  10. 1> [
  11. 1> _Ty=M3DVector3f ,
  12. 1> _Alloc=std::allocator<M3DVector3f >,
  13. 1> _Ty1=float [3],
  14. 1> _Ty2=float (&)[3]
  15. 1> ]
  16. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\vector(976) : while compiling class template member function 'void std::vector<_Ty>::push_back(const _Ty (&))'
  17. 1> with
  18. 1> [
  19. 1> _Ty=M3DVector3f
  20. 1> ]
  21. 1> c:\users\zak\documents\visual studio 2010\projects\playing with opengl\playing with opengl\model.h(22) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  22. 1> with
  23. 1> [
  24. 1> _Ty=M3DVector3f
  25. 1> ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement