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
change findStructuredAnnotation(...)'s input to LimitedVictor
Summary:
We switched structured_annotations to `LimitedVector`
This code works today since `const LimitedVector&` can be converted to `const std::vector<ThriftConstStruct>&` (since std::vector is the base class).
Though it's better to make it more explicit and change the function to accept `LimitedVector`.
Reviewed By: praihan
Differential Revision: D85866372
fbshipit-source-id: 4e98dd95d9378346e5dcc57822ad148ad5889157
0 commit comments