
14 Jul
2004
14 Jul
'04
5:15 a.m.
Just tried and it compiled past this. More errors though. Thanks! -Jerry -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Joel de Guzman Sent: Tuesday, July 13, 2004 5:16 PM To: boost@lists.boost.org Subject: Re: [boost] Re: compiling spirit parser using aC++ David Abrahams wrote:
Try this:
typedef typename extract_int_<(MaxDigits >= 0)>::template apply<Radix, MinDigits, MaxDigits, Accumulate> extractor; extractor::f(scan,n,count);
Forgot the return: return extractor::f(scan,n,count); Applied in the CVS. Thanks!
7683
Age (days ago)
7683
Last active (days ago)
0 comments
1 participants
participants (1)
-
DY, JERRY U (SBCSI)