Changes in doc/rob_thesis/conclusions.tex [0eb18557:f92aa32]
- File:
-
- 1 edited
-
doc/rob_thesis/conclusions.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/rob_thesis/conclusions.tex
r0eb18557 rf92aa32 45 45 46 46 A caveat of this approach is that the @cleanup@ attribute only permits a name that refers to a function that consumes a single argument of type @T *@ for a variable of type @T@. 47 This means that any destructor that consumes multiple arguments ( \eg, because it is polymorphic) or any destructor that is a function pointer (\eg, because it is an assertion parameter) must be called through a local thunk.47 This means that any destructor that consumes multiple arguments (e.g., because it is polymorphic) or any destructor that is a function pointer (e.g., because it is an assertion parameter) must be called through a local thunk. 48 48 For example, 49 49 \begin{cfacode}
Note:
See TracChangeset
for help on using the changeset viewer.