Changeset c910d308 for doc/theses/mike_brooks_MMath/background.tex
- Timestamp:
- Apr 27, 2026, 8:09:58 PM (29 hours ago)
- Branches:
- master
- Children:
- 741d004
- Parents:
- 6224eeb
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/background.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/background.tex
r6224eeb rc910d308 141 141 \begin{table} 142 142 \centering 143 \caption{Syntactic Reference for Array vs Pointer. Includes interaction with \lstinline{const}ness.}143 \caption{Syntactic reference for array \vs pointer} 144 144 \label{bkgd:ar:usr:avp} 145 145 \setlength{\tabcolsep}{12pt} … … 380 380 381 381 \begin{table} 382 \caption{Syntactic Reference for Decay during Parameter-Passing. 383 Includes interaction with \lstinline{const}ness, where \emph{immutable} refers to a restriction on the callee's ability.} 382 \caption[Syntactic reference for decay during parameter passing]{ 383 Syntactic reference for decay during parameter passing. 384 Includes interaction with \lstinline{const}ness, where \emph{immutable} refers to a restriction on the callee's ability.} 384 385 \label{bkgd:ar:usr:decay-parm} 385 386 \centering
Note:
See TracChangeset
for help on using the changeset viewer.