Fix Travis CI by reverting "Better comment for implicit conversion example"

This reverts commit c2f54b5ed1.
pull/644/head
Sergey Zubkov 10 years ago
parent c2f54b5ed1
commit ba8ccd35a5

@ -15422,7 +15422,7 @@ Pointers should not be used as arrays. `span` is a bounds-checked, safe alternat
span<int> av = a;
g(av.data(), av.length()); // OK, if you have no choice
g1(a); // OK -- no decay here, instead use implicit span ctor from n-dimensions static array
g1(a); // OK -- no decay here, instead use implicit span ctor
}
##### Enforcement

Loading…
Cancel
Save