Bug 1259248. Add a comment about mfbt/Range.h

This commit is contained in:
Jeff Muizelaar 2016-03-30 16:30:06 -04:00
parent 7b9ea8afc5
commit 2439c7be30

View File

@ -8,6 +8,10 @@
#include "nsTArray.h"
/* This is similar to mfbt/Range.h but has implicit conversion
* from nsTArray and less bounds checking.
* For now, prefer Range over ArrayView */
namespace mozilla {
namespace gfx {