Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------- Build: Debug in testingstuff ---------------
- Compiling: main.cpp
- 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>]':
- D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:20:34: required from here
- D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:8:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- D:\Kituri\CodeBlocks\projects\projects2\testingstuff\main.cpp:8:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- Linking console executable: bin\Debug\testingstuff.exe
- Output size is 5.90 MB
- Process terminated with status 0 (0 minutes, 2 seconds)
- 1 errors, 2 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement