Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Clang warning on reference-stability test
Summary: Implicit typename is a C++20 feature, hence a warning is issued since we compile tests in C++17 mode. Fix by adding missing `typename`. Reviewed By: ezgicicek Differential Revision: D50005984 fbshipit-source-id: fb724ad7e9937cdb549e8fec71392e50a2a6db40
- Loading branch information