Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: # This diff fixes a comment to be more clear about the current language limitations # context I spent some time refactoring the code to remove this helper since I thought C++20 would remove the need for it. However, I soon discovered that the constructor added in C++20 is not noexcept, so we cannot utilize it directly. Therefore, we must continue to use this helper. Clarify the comment to avoid other people wasting their time in the future :) Reviewed By: jdelliot Differential Revision: D66115291 fbshipit-source-id: 634fcf4ddbe8749b4c52f5f24dc14ef663946d8c
- Loading branch information