Ignore:
Timestamp:
May 4, 2025, 10:05:17 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
411aa65
Parents:
969d7d3
git-author:
Peter A. Buhr <pabuhr@…> (05/04/25 22:04:19)
git-committer:
Peter A. Buhr <pabuhr@…> (05/04/25 22:05:17)
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/background.tex

    r969d7d3 r873e96c  
    995995                Illustrated by pseudocode implementation of an STL-compatible API fragment using LQ as the underlying implementation.
    996996                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}.
    998998                When using a custom-patched version of LQ to work around this issue,
    999999                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.