Changeset 43ab5fb
- Timestamp:
- Aug 6, 2024, 11:20:03 PM (3 months ago)
- Branches:
- master
- Children:
- 59fb462
- Parents:
- 63d5b9c8 (diff), 5fdaeab1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/jiada_liang_MMath/trait.tex
r63d5b9c8 r43ab5fb 125 125 For example, \VRef[Figure]{f:GeneralizedEnumerationFormatter} shows that pre-existing C enumerations can be upgraded to work and play with new \CFA enumeration facilities. 126 126 Another example is adding constructors and destructors to pre-existing C types by simply declaring them for the old C type. 127 \CC fails at certain levels of legacy extension because many of the new \CC features must appear \emph{within} an aggregate definition , where it is impossible to change legacy library types.127 \CC fails at certain levels of legacy extension because many of the new \CC features must appear \emph{within} an aggregate definition due to the object-oriented nature of he type system, where it is impossible to change legacy library types. 128 128 129 129
Note: See TracChangeset
for help on using the changeset viewer.