Ignore:
Timestamp:
Sep 4, 2024, 5:35:55 PM (4 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
737bf73
Message:

fix quotations from C++ reference manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/Cenum.tex

    r737bf73 r508cff0  
    8787\end{cfa}
    8888
    89 Note, \CC has the same safe restriction~\cite[C.1.5.7.2]{C++} and provides the same workaround cast.
    90 \begin{description}[parsep=0pt]
     89Note, \CC has the same safe restriction and provides the same workaround cast:
     90\begin{cquote}
     91\begin{description}[leftmargin=*,topsep=0pt,itemsep=0pt,parsep=0pt]
    9192\item[Change:] \CC objects of enumeration type can only be assigned values of the same enumeration type.
    9293In C, objects of enumeration type can be assigned values of any integral type.
     
    102103\item[How widely used:] Common.
    103104\end{description}
     105\hfill ISO/IEC 14882:1998 (\CC Programming Language Standard)~\cite[C.1.5.7.2.5]{ANSI98:C++}
     106\end{cquote}
Note: See TracChangeset for help on using the changeset viewer.