Changeset 15eebd4
- Timestamp:
- Apr 17, 2025, 10:07:20 PM (5 months ago)
- Branches:
- master
- Children:
- 4740281
- Parents:
- 7a43045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/going-forward.md
r7a43045 r15eebd4 100 100 library, an extremely useful option that is not avalible without extensions. 101 101 102 In fact another general rule would be to remove the need for extensions,102 In fact another general rule would be to remove the need for non-C extensions, 103 103 or at least standardize them, including `#pragma` directives. 104 104 … … 130 130 development side, it can mean less to maintain and document. 131 131 132 Using isvirtuals and virtual destructors as an example. These132 Using virtuals and virtual destructors as an example. These 133 133 are two completely unrelated features despite their similar names and very 134 134 related purposes. They probably have some common implimentation they could
Note:
See TracChangeset
for help on using the changeset viewer.