bad char instead of minus

pull/210/head
Thibault Kruse 10 years ago
parent 33f832e090
commit 5a449f4bd8

@ -10712,7 +10712,7 @@ Pointers should only refer to single objects, and pointer arithmetic is fragile
a[4] = 1; // OK
a[count 1] = 2; // OK
a[count - 1] = 2; // OK
use(a.data(), 3); // OK
}

Loading…
Cancel
Save