On 11/22/11 11:16 AM, Brad Anderson wrote:
Solid improvements.

In the first example shouldn't:
     auto x = min(arr[0], table["two"]);
be:
     auto x = min(arr[0], dictionary["two"]);

Fixed. Also added [your code here] at the end of the top example. Try it!

Andrei

Reply via email to