On 2013-03-24 09:13, Philippe Sigaud wrote:
Also, I see that at one time, you used a full string syntax:auto result = nfoo(q{z = "Title", x = 1, y = 100}); // nfoo will parse the input string I rather like this one. Why did you ditch it?
That would requires compile time values, i.e. no variables. -- /Jacob Carlborg
