Re: Re: Synopsis roadmap
Joel de Guzman <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
David Abrahams wrote: > Stefan Seefeld <[email protected]> writes: >>And, neither the old nor the new parser have real overload resolution or >>(partial) template specialization. > > > What does it mean to not "have" real partial template specialization > in a parser? Or overload resolution, for that matter? (Partial) > specialization support in a parser is just a matter of being able to > eat the syntax. Overload resolution is a semantic analysis issue. > No? Is it? What about the sizeof trick that depends on overload resolution? We always use that trick in boost. Syntactic and semantic analysis is always heavily intertwined in C++. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net