Advertisement
Guest User

template error

a guest
Jul 6th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. -------------- Build: Debug in testingstuff ---------------
  2.  
  3. Compiling: main.cpp
  4. D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp: In instantiation of 'bool in_range(T&) [with long long unsigned int first = 4ull; long long unsigned int last = 7ull; T = std::vector<int>]':
  5. D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:20:34: required from here
  6. D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:8:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  7. D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:8:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  8. Linking console executable: bin\Debug\testingstuff.exe
  9. Output size is 5.90 MB
  10. Process terminated with status 0 (0 minutes, 2 seconds)
  11. 1 errors, 2 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement