Advertisement
Guest User

error message for index.cpp for polymorphism

a guest
Nov 4th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. index.cpp: In function ‘int main()’:
  2. index.cpp:36: error: ‘unique_ptr’ is not a member of ‘std’
  3. index.cpp:36: error: ‘unique_ptr’ is not a member of ‘std’
  4. index.cpp:36: error: ‘animals’ was not declared in this scope
  5. index.cpp:36: error: template argument 1 is invalid
  6. index.cpp:36: error: template argument 2 is invalid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement