public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Liu WS" <louispp@hotmail.com>
To: gcc@gcc.gnu.org
Subject: Re: Template help,To Alexandre Oliva
Date: Sat, 11 Nov 2000 01:27:00 -0000	[thread overview]
Message-ID: <F156CRGryWtIIZS2TRq000013a0@hotmail.com> (raw)

you can find such c++ code in VC++.
in VC++ include directory,the code of file uility

     1 // utility standard header
     2
     3 #if     _MSC_VER > 1000
     4 #pragma once
     5 #endif
....
....
     79 template<class _It>
     80         struct iterator_traits {
     81         typedef _It::iterator_category iterator_category;
     82         typedef _It::value_type value_type;
     83         typedef _It::distance_type distance_type;
     84         };


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com .

Share information about yourself, create your own public profile at 
http://profiles.msn.com .

             reply	other threads:[~2000-11-11  1:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-11  1:27 Liu WS [this message]
2000-11-11  1:32 ` Alexandre Oliva
2000-11-11  7:37 Robert Dewar
2000-11-12 20:40 Liu WS
2000-11-13 19:41 Shiv Shankar Ramakrishnan
2000-11-13 20:37 ` Alexandre Oliva
2000-11-13 21:07   ` Shiv Shankar Ramakrishnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F156CRGryWtIIZS2TRq000013a0@hotmail.com \
    --to=louispp@hotmail.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).