View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033323 | Community | OCCT:Coding | public | 2023-02-03 09:51 | 2024-03-07 14:06 |
Reporter | litavszky | Assigned To | litavszky | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | duplicate | ||
Platform | Ubuntu 22.04 WSL | OS | Ubuntu 22.04 WSL | ||
Summary | 0033323: Coding - Missing #include <limits> in ViewerTest_CmdParser.cxx in v7.7.0 | ||||
Description | Missing #include <limits> in ViewerTest_CmdParser.cxx file. Build stopped with the following compilation error at around 96%: opencascade-7.7.0/src/ViewerTest/ViewerTest_CmdParser.cxx:53:80: error: ‘numeric_limits’ is not a member of ‘std’ 53 | const std::size_t ViewerTest_CmdParser::THE_UNNAMED_COMMAND_OPTION_KEY = (std::numeric_limits<std::size_t>::max)(); Adding the #include <limits> to the include list in the file solved the problem and the build succesfully finished. | ||||
Steps To Reproduce | Build from source on linux, v7.7.0 with out of the box configuration on Ubuntu 22.04 WSL | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-03 09:51 | litavszky | New Issue | |
2023-02-03 09:51 | litavszky | Assigned To | => vglukhik |
2023-02-03 10:02 | litavszky | Assigned To | vglukhik => litavszky |
2023-02-03 12:25 | dpasukhi | Relationship added | duplicate of 0033250 |
2023-02-03 12:26 | dpasukhi | Note Added: 0113060 | |
2023-02-03 12:27 | dpasukhi | Category | OCCT:Tests => OCCT:Coding |
2023-02-03 12:27 | dpasukhi | Summary | Missing #include <limits> in ViewerTest_CmdParser.cxx in v7.7.0 => Coding - Missing #include <limits> in ViewerTest_CmdParser.cxx in v7.7.0 |
2023-02-03 16:55 | dpasukhi | Status | new => feedback |
2024-03-07 14:06 | dpasukhi | Status | feedback => closed |
2024-03-07 14:06 | dpasukhi | Resolution | open => duplicate |
2024-03-07 14:06 | dpasukhi | Note Added: 0115257 |