building char[][] in templates

Bill Baxter dnewsgroup at billbaxter.com
Sun Dec 17 20:00:29 PST 2006


Kevin Bealer wrote:
> I've never done this myself, but there is an example of a metaprogramming regex
> parser at the bottom of this page:
> 
> http://www.digitalmars.com/d/templates-revisited.html
> 
> Kevin

If actually splitting the string doesn't work then maybe you can manage 
to have it generate a tuple of ints that represent the split points.


--bb


More information about the Digitalmars-d-learn mailing list