Changeset bd72f517 for doc/theses/mike_brooks_MMath/background.tex
- Timestamp:
- May 13, 2025, 1:17:50 PM (10 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 0528d79
- Parents:
- 7d02d35 (diff), 2410424 (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
-
doc/theses/mike_brooks_MMath/background.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/background.tex
r7d02d35 rbd72f517 995 995 Illustrated by pseudocode implementation of an STL-compatible API fragment using LQ as the underlying implementation. 996 996 The gap that makes it pseudocode is that 997 the LQ C macros do not expand to valid C++when instantiated with template parameters---there is no \lstinline{struct El}.997 the LQ C macros do not expand to valid \CC when instantiated with template parameters---there is no \lstinline{struct El}. 998 998 When using a custom-patched version of LQ to work around this issue, 999 999 the programs of \VRef[Figure]{f:WrappedRef} and wrapped value work with this shim in place of real STL.
Note:
See TracChangeset
for help on using the changeset viewer.