Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more explicit type names in ElementProxy
Summary: `T` here is defined in a `using` declaration in the class body, which is in a different file. MSVC doesn't recognize this. Using the full type here is more verbose, but also a bit clearer since `T` is defined elsewhere. Reviewed By: passy Differential Revision: D23820252 fbshipit-source-id: 60efaecc369c2497e4a68dece09c9350bd792324
- Loading branch information