From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10563 invoked by alias); 10 Jun 2010 19:00:20 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 10552 invoked by uid 22791); 10 Jun 2010 19:00:19 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4C113635.1040500@redhat.com> Date: Thu, 10 Jun 2010 19:00:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4 MIME-Version: 1.0 To: sami wagiaalla CC: Project Archer Subject: Re: Template function support References: <4C11323B.9030302@redhat.com> In-Reply-To: <4C11323B.9030302@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q2/txt/msg00036.txt.bz2 On 06/10/2010 11:43 AM, sami wagiaalla wrote: > My idea was to remove from foo() and store it just as plain > foo. This would allow for normal overload resolution to take place. The > patch attached to this message demonstrates that approach. Just one quick question: Did you consider the opposite approach, i.e., adding "" (since we can deduce that from the argument type)? Keith