From 3636004119085896583
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,fe6310a7fb6a4c8c,start
X-Google-Attributes: gidf78e5,public
From: Martin Neimeier <neimeier@heidelbg.ibm.com>
Subject: const int& or int const&
Date: 1998/02/04
Message-ID: <34D8AD3C.5C38416B@heidelbg.ibm.com>#1/1
X-Deja-AN: 322120798
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0
Originator: clamage@taumet
X-Nntp-Posting-Host: sphinx.heidelbg.ibm.com
X-UID: 0000000001
X-Status: $$$T
Content-Type: text/plain; charset=us-ascii
Organization: IBM Heidelberg Germany
Newsgroups: comp.std.c++


What is the difference between the three method-headers ?

void foo(const in& foo_var);
void foo(int const& foo_var);
void foo(const int const& foo_var);

thanks in advance
martin



[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]




