Replies: 1 comment 9 replies
-
See #594. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I define a class (aka type) in CPP2 syntax (in a .h2 file), is it possible to just declare the member functions in the class definition (without body) and have the actual implementation separated in the .cpp2 file? If yes, how is it done? I'm thinking about things like the traditional PIMPL pattern for reducing compilation dependencies.
Beta Was this translation helpful? Give feedback.
All reactions