<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 3/27/2013 12:16 PM, Brandon Allbery
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKFCL4UmKtSd5csh0qkJEz_j_7D0An1NDP9zyn9cQhfYZyXp9w@mail.gmail.com"
      type="cite">
      <div dir="ltr">On Wed, Mar 27, 2013 at 12:08 PM, Jeff Shaw <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:shawjef3@gmail.com" target="_blank">shawjef3@gmail.com</a>&gt;</span>
        wrote:<br>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div class="im">I looked through the header files for
              FreeBSD's platforms, and time_t is always an __int32 or
              __int64. Maybe Linux or NetBSD can provide an exception.</div>
          </blockquote>
          <div><br>
          </div>
          <div>There have been times when it was a struct made of
            multiple integral values, also.</div>
        </div>
        <div><br>
        </div>
        -- <br>
        <div dir="ltr">
          <div>brandon s allbery kf8nh &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            sine nomine associates</div>
          <div><a moz-do-not-send="true"
              href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
              href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
          <div>unix, openafs, kerberos, infrastructure, xmonad &nbsp; &nbsp; &nbsp; &nbsp;<a
              moz-do-not-send="true" href="http://sinenomine.net"
              target="_blank">http://sinenomine.net</a></div>
        </div>
      </div>
    </blockquote>
    That's fascinating. If we're concerned with those cases in base, we
    should probably remove at least the Enum, Num, and Real instances
    from CTime, or provide special cases. I imagine Show and Read become
    nontrivial, as well.<br>
    <br>
    Jeff<br>
  </body>
</html>