View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029442 | Open CASCADE | OCCT:Foundation Classes | public | 2018-01-22 18:01 | 2023-08-01 15:08 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 7.0.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0029442: NCollection_Shared is unable to wrap classes without default constructor | ||||
Description | The current version of NCollection_Shared is unable to wrap classes without a default constructor. | ||||
Steps To Reproduce | //OK class _dummy { public: _dummy() {}; ~_dummy() {}; }; NCollection_Shared<_dummy> _p; ---- //not OK; C2512 on VS compiler class _dummy { public: _dummy(int a) {}; ~_dummy() {}; }; NCollection_Shared<_dummy> _p; | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0026698 | assigned | Coding - Avoid usage of non-guarded pointers to dynamically allocated memory |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-22 18:01 |
|
New Issue | |
2018-01-22 18:01 |
|
Assigned To | => abv |
2018-01-22 18:02 |
|
Relationship added | related to 0026698 |
2019-07-10 22:29 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-11 16:13 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-09-09 23:07 | kgv | Target Version | 7.6.0 => 7.7.0 |
2021-09-09 23:08 | kgv | Product Version | => 7.0.0 |
2022-10-24 10:40 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |