Advertisement
Guest User

Untitled

a guest
May 24th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. :\lace-master\code\lace_array.cpp(20): error C2995: 'array<T>::array(void)': function template has already been defined
  2. s:\lace-master\code\lace_array.h(25): note: see declaration of 'array<T>::array'
  3. s:\lace-master\code\lace_array.cpp(27): error C2995: 'array<T>::array(const s32 &)': function template has already been defined
  4. s:\lace-master\code\lace_array.h(26): note: see declaration of 'array<T>::array'
  5. s:\lace-master\code\lace_array.cpp(37): error C2995: 'void array<T>::InitArray(void)': function template has already been defined
  6. s:\lace-master\code\lace_array.h(29): note: see declaration of 'array<T>::InitArray'
  7. s:\lace-master\code\lace_array.cpp(53): error C2995: 'void array<T>::InitArray(const s32 &)': function template has already been defined
  8. s:\lace-master\code\lace_array.h(30): note: see declaration of 'array<T>::InitArray'
  9. s:\lace-master\code\lace_array.cpp(65): error C2995: 'array<T>::~array(void)': function template has already been defined
  10. s:\lace-master\code\lace_array.h(27): note: see declaration of 'array<T>::~array'
  11. s:\lace-master\code\lace_array.cpp(79): error C2995: 'b32 array<T>::DoesArrayNeedToGrow(void)': function template has already been defined
  12. s:\lace-master\code\lace_array.h(50): note: see declaration of 'array<T>::DoesArrayNeedToGrow'
  13. s:\lace-master\code\lace_array.cpp(114): error C2995: 'void array<T>::Add(const T &)': function template has already been defined
  14. s:\lace-master\code\lace_array.h(32): note: see declaration of 'array<T>::Add'
  15. s:\lace-master\code\lace_array.cpp(149): error C2995: 'void array<T>::Add(array<T> &)': function template has already been defined
  16. s:\lace-master\code\lace_array.h(33): note: see declaration of 'array<T>::Add'
  17. s:\lace-master\code\lace_array.cpp(169): error C2995: 'void array<T>::Remove(const int &)': function template has already been defined
  18. s:\lace-master\code\lace_array.h(34): note: see declaration of 'array<T>::Remove'
  19. s:\lace-master\code\lace_array.cpp(179): error C2995: 's32 array<T>::Insert(const T &,const s32 &)': function template has already been defined
  20. s:\lace-master\code\lace_array.h(35): note: see declaration of 'array<T>::Insert'
  21. s:\lace-master\code\lace_array.cpp(187): error C2995: 'void array<T>::Replace(const T &,const s32 &)': function template has already been defined
  22. s:\lace-master\code\lace_array.h(36): note: see declaration of 'array<T>::Replace'
  23. s:\lace-master\code\lace_array.cpp(194): error C2995: 'T &array<T>::Pop(void)': function template has already been defined
  24. s:\lace-master\code\lace_array.h(38): note: see declaration of 'array<T>::Pop'
  25. s:\lace-master\code\lace_array.cpp(201): error C2995: 'T &array<T>::Peek(void)': function template has already been defined
  26. s:\lace-master\code\lace_array.h(39): note: see declaration of 'array<T>::Peek'
  27. s:\lace-master\code\lace_array.cpp(222): error C2995: 's32 array<T>::Find(const T &)': function template has already been defined
  28. s:\lace-master\code\lace_array.h(40): note: see declaration of 'array<T>::Find'
  29. s:\lace-master\code\lace_array.cpp(230): error C2995: 'void array<T>::Empty(void)': function template has already been defined
  30. s:\lace-master\code\lace_array.h(42): note: see declaration of 'array<T>::Empty'
  31. s:\lace-master\code\lace_array.cpp(242): error C2995: 'T &array<T>::operator [](const s32 &)': function template has already been defined
  32. s:\lace-master\code\lace_array.h(47): note: see declaration of 'array<T>::operator []'
  33. s:\lace-master\code\lace_editor.h(163): error C2264: 'array<s32>::InitArray': error in function definition or declaration; function not called
  34. s:\lace-master\code\lace_editor.h(185): error C2264: 'array<s32>::Add': error in function definition or declaration; function not called
  35. s:\lace-master\code\lace_editor.cpp(101): error C2264: 'array<s32>::operator []': error in function definition or declaration; function not called
  36. s:\lace-master\code\lace_editor.cpp(101): error C2088: '[': illegal for struct
  37. s:\lace-master\code\lace_editor.cpp(101): error C2660: 'GetEntityById': function does not take 1 arguments
  38. s:\lace-master\code\lace_entity.cpp(272): note: see declaration of 'GetEntityById'
  39. s:\lace-master\code\lace_editor.cpp(204): error C2264: 'array<s32>::InitArray': error in function definition or declaration; function not called
  40. s:\lace-master\code\lace_editor.cpp(627): error C2264: 'array<s32>::operator []': error in function definition or declaration; function not called
  41. s:\lace-master\code\lace_editor.cpp(627): error C2088: '[': illegal for struct
  42. s:\lace-master\code\lace_editor.cpp(627): error C2660: 'GetEntityById': function does not take 1 arguments
  43. s:\lace-master\code\lace_entity.cpp(272): note: see declaration of 'GetEntityById'
  44. s:\lace-master\code\lace_editor.cpp(804): error C2264: 'array<s32>::operator []': error in function definition or declaration; function not called
  45. s:\lace-master\code\lace_editor.cpp(804): error C2088: '[': illegal for struct
  46. s:\lace-master\code\lace_editor.cpp(804): error C2660: 'GetEntityById': function does not take 1 arguments
  47. s:\lace-master\code\lace_entity.cpp(272): note: see declaration of 'GetEntityById'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement