Re: Autodecode in the wild and An Awful Hack to std.regex
Kagamin via Digitalmars-d-learn Thu, 28 Jul 2016 02:45:52 -0700
A template parameter is usually needed when it affects the output
data, but in case of regex it won't do much, because the output
data are slices of the input string, so decoding doesn't affect
them, only exceptions.
- Autodecode in the wild and An Aw... John Carter via Digitalmars-d-learn
- Re: Autodecode in the wild ... Kagamin via Digitalmars-d-learn
- Re: Autodecode in the w... Lodovico Giaretta via Digitalmars-d-learn
- Re: Autodecode in t... Kagamin via Digitalmars-d-learn
- Re: Autodecode in the w... Seb via Digitalmars-d-learn
- Re: Autodecode in t... John Carter via Digitalmars-d-learn
- Re: Autodecode ... Joakim via Digitalmars-d-learn