Move definitions to prevent incomplete types.
C++20 is more strict when erroring out due to incomplete types. Thus the code required some restructoring so that it complies in C++20. Differential Revision: https://reviews.llvm.org/D141671
Loading
Please sign in to comment