Topic: Typos in 2-Dec-1996 Draft


Author: Max TenEyck Woodbury <mtew@cds.duke.edu>
Date: 1997/02/10
Raw View
20.1.1 Table 28 -- EqualityComparable requirements
The last line currently reads:
    -- If a == b and b == a, then a == c.
Shouldn't this read:
    -- If a == b and b == c, then a == c?

mtew@duke.edu (cds.duke.edu is currently inoperative.)
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu
]