From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4213 invoked by alias); 17 Oct 2013 18:50:24 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4203 invoked by uid 89); 17 Oct 2013 18:50:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mout.web.de Received: from mout.web.de (HELO mout.web.de) (212.227.15.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 17 Oct 2013 18:50:22 +0000 Received: from [192.168.1.215] ([78.49.1.178]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0MQf77-1VA6QZ3uNJ-00TzkR for ; Thu, 17 Oct 2013 20:50:19 +0200 Message-ID: <52603165.7090607@web.de> Date: Thu, 17 Oct 2013 18:50:00 -0000 From: Markus Elfring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Ian Lance Taylor CC: gcc-help@gcc.gnu.org, Clang Subject: Re: Difficulties with binding to functions for semantic actions in a grammar References: <525FED85.1060200@web.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00071.txt.bz2 > I really have no idea what you are asking and your code looks quite complex. My issue deals with the separation of implementation details for classes into specific source files. https://github.com/elfring/boot_parameters/blob/d65ffb55c0643aac8cb02126066252e898b12bf9/boost/parser_def.h#L22 > Can you show a small self-contained example? I have not constructed a different one so far which can reproduce my difficulties with the mentioned Boost Spirit/Phoenix template function "bind". Regards, Markus