Re: [boost] Formal Review: The Spirit Parser Framework
by Joel de Guzman other posts by this author
Oct 22 2002 11:35PM messages near this date
Re: [boost] Formal Review: The Spirit Parser Framework
|
[boost] Sprit, Tokenizer, and Regex
----- Original Message -----
From: "Daryle Walker" <dwalker07@[...].net>
> On Tuesday, October 15, 2002, at 12:49 AM, Joel de Guzman wrote:
>
> > ----- Original Message -----
> > From: "Carl Daniel" <cpdaniel@[...].net>
> [SNIP]
> >> #if defined(BOOST_MSVC) && (BOOST_MSVC <= 1300)
> >> #define SPIRIT_TYPENAME
> >> #else
> >> #define SPIRIT_TYPENAME typename
> >> #endif
> >>
> >> Appears in a number of files - perhaps it should be replaced with a
> >> common
> >> mechanism rather than repeating it in each & every file where it's
> >> used.
> >
> > At the end of the file, there's an #undef. This localizes the
> > macro to the specific file rather than make it global. It would be
> > trivial to do as you suggested though. Thoughts?
> [TRUNCATE]
>
> I think that there is a Boost.Config macro that does the same thing.
> Could you just use that?
Sorry, this message got lost somehow.
Where is it? What is it?
--Joel
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Daryle Walker
Martin Wille
Joel de Guzman
|