View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002181 | OpenFOAM | Bug | public | 2016-08-08 15:08 | 2016-08-08 15:46 |
Reporter | Assigned To | henry | |||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | any | ||||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002181: nullptr collateral damage | ||||
Description | Bad changes here: applications/utilities/mesh/conversion/ideasUnvToFoam/unv/block_with_inlet_outlet.UNV Questionable changes here: src/OpenFOAM/db/IOstreams/token/token*.H NULL_TOKEN = '\0' (for nul-character, not null pointer). STYLE: "nullptr pointer ..." sounds redundant src/OSspecific/POSIX/regExp.C src/OpenFOAM/containers/HashTables/HashTable/HashTable.C src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H | ||||
Tags | No tags attached. | ||||
|
BTW: doesn't fit at all, but also not worth opening a report. For the primitives/int*/ could now probably also just use the following: //- Return a word representation of an int32 inline word name(const int32_t val) { return std::to_string(val); } Should work reliably for ints, avoids the ostringstream workaround. |
|
Resolved by commit 126813acae3d2bd87ca94e2ee052fe9a9c4f7843 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-08-08 15:08 |
|
New Issue | |
2016-08-08 15:34 |
|
Note Added: 0006654 | |
2016-08-08 15:34 |
|
Note Edited: 0006654 | |
2016-08-08 15:46 | henry | Note Added: 0006657 | |
2016-08-08 15:46 | henry | Status | new => resolved |
2016-08-08 15:46 | henry | Fixed in Version | => dev |
2016-08-08 15:46 | henry | Resolution | open => fixed |
2016-08-08 15:46 | henry | Assigned To | => henry |