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
<source>:18:46: error: member access into incomplete type 'TestClass'
18 | constexpr static auto funcPtr = +[](){ ptr_->testFunction(); };
| ^
<source>:15:8: note: definition of 'TestClass' is not complete until the closing '}'
15 | struct TestClass {
| ^