You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The reverse iterator was incorrectly implemented.
Added test case fails when ran without the fix:
```
xplat/folly/container/test/span_test.cpp:333: Failure
Expected equality of these values:
2
*it++
Which is: 0
xplat/folly/container/test/span_test.cpp:334: Failure
Expected equality of these values:
1
*it++
Which is: 2
xplat/folly/container/test/span_test.cpp:335: Failure
Expected equality of these values:
it
Which is: 8-byte object <18-FF 4A-8A FF-7F 00-00>
obj.rend()
Which is: 8-byte object <28-FF 4A-8A FF-7F 00-00>
```
Reviewed By: ilvokhin
Differential Revision: D70909341
fbshipit-source-id: 61efb3b87761dc1f13dae75964b06bee798803f4
0 commit comments