- 30 Jun, 2017 1 commit
-
-
Leo Mehr authored
In the move example, the code uses `contacts` when the diagrams use `contact` (no 's') The code in the example: ``` Value contacts(kArrayType); // adding elements to contacts array. // ... o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of allocations) // destruct contacts. ```
-
- 04 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 03 Jul, 2014 1 commit
-
-
miloyip authored
-