When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
5 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
<source>: In function 'int main()':
<source>:45:46: error: 'INT_MAX' was not declared in this scope
45 | int printer1ShortestUsageTimeInSeconds = INT_MAX;
| ^~~~~~~
<source>:8:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
7 | #include <array>
+++ |+#include <climits>
8 |
Build failed
problem is?
@keen birch
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
!solved