Ignore:
Timestamp:
May 3, 2024, 9:33:58 AM (2 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
164a6b6, 297b796
Parents:
72713e5
Message:

proofread section Enumeration Trait, and a few other wording changes

File:
1 edited

Legend:

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

    r72713e5 rd69f7114  
    218218
    219219\CC has aliasing using @const@ declarations, like C \see{\VRef{s:Cconst}}, with type inferencing, plus static/dynamic initialization.
    220 (Note, a \CC @constexpr@ declaration is the same @const@ with the restriction that the initialization is a compile-time expression.)
     220(Note, a \CC @constexpr@ declaration is the same as @const@ with the restriction that the initialization is a compile-time expression.)
    221221\begin{c++}
    222222const @auto@ one = 0 + 1;                               $\C{// static initialization}$
     
    241241whereas C @const@ declarations without @static@ are marked @R@.
    242242
    243 The following non-backwards compatible changes are made \see{\cite[\S~7.2]{ANSI98:C++}}.
     243The following \CC non-backwards compatible changes are made \see{\cite[\S~7.2]{ANSI98:C++}}.
    244244\begin{cquote}
    245245Change: \CC objects of enumeration type can only be assigned values of the same enumeration type.
Note: See TracChangeset for help on using the changeset viewer.