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
yes it will need inline. I am not familiar with Haskell, nor do I have an environment set. I presume this is a simple change, could you author it? This is currently blocking us. If you prefer I can create an internal bug on you team - just provide me the correct area path.
Bond generates code as follows:
https://godbolt.org/z/a4qnbcjeh
But this does not work in C++20 (in clang) because the constructor will be instantiated with the forward declaration and compilation will fail.
A possible fix is to move the constructor body until after all entities have bee fully defined:
https://godbolt.org/z/6YjarYx3c
Office is currently hitting this when trying to update to C++20.
The text was updated successfully, but these errors were encountered: